com.infoengine.jdbc
Class BatchExecuteHelper

java.lang.Object
  extended bycom.infoengine.jdbc.BatchExecuteHelper

public class BatchExecuteHelper
extends Object


Field Summary
static String[] month_names
           
static String[] month_numbers
           
 
Constructor Summary
BatchExecuteHelper()
           
 
Method Summary
static Object get_array_for_type(int base_type, String type, Vector elem_tokens, String rb)
           
static Vector getArgNamesVector(String argNames)
           
static Vector getAttributeTokens(String value)
           
static Date getDate(String str_date, Connection conn, String serviceName, com.infoengine.log.LogWriter logWriter, String rb)
           
static String getDateStrInEscFormat(String input_str, com.infoengine.log.LogWriter log_writer, String rb)
           
static String getMonthNumberForName(String month_name)
           
static int getSqlType(String type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

month_names

public static String[] month_names

month_numbers

public static String[] month_numbers
Constructor Detail

BatchExecuteHelper

public BatchExecuteHelper()
Method Detail

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