com.infoengine.jdbc
Class BatchExecuteHelper
java.lang.Object
com.infoengine.jdbc.BatchExecuteHelper
- public class BatchExecuteHelper
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
month_names
public static String[] month_names
month_numbers
public static String[] month_numbers
BatchExecuteHelper
public BatchExecuteHelper()
getSqlType
public static int getSqlType(String type)
get_array_for_type
public static Object get_array_for_type(int base_type,
String type,
Vector elem_tokens,
String rb)
throws IEAdapterException
- Throws:
IEAdapterException
getAttributeTokens
public static Vector getAttributeTokens(String value)
getMonthNumberForName
public static String getMonthNumberForName(String month_name)
getDateStrInEscFormat
public static String getDateStrInEscFormat(String input_str,
com.infoengine.log.LogWriter log_writer,
String rb)
throws IEAdapterException
- Throws:
IEAdapterException
getArgNamesVector
public static Vector getArgNamesVector(String argNames)
getDate
public static Date getDate(String str_date,
Connection conn,
String serviceName,
com.infoengine.log.LogWriter logWriter,
String rb)
throws IEAdapterException
- Throws:
IEAdapterException