sf logo

sf.qof.codegen
Class Constants

java.lang.Object
  extended by sf.qof.codegen.Constants

public final class Constants
extends Object

Internal - holds constants for type and signature definitions.


Field Summary
static String EXCEPTION_COLLECTIONS_DIFFERENT_SIZE
           
static String EXCEPTION_EMPTY_RESULT
           
static String EXCEPTION_MORE_THAN_ONE_RESULT
           
static String FIELD_NAME_BATCH_SIZE
           
static String FIELD_NAME_DEFAULT_BATCH_SIZE
           
static String FIELD_NAME_DEFAULT_FETCH_SIZE
           
static String FIELD_NAME_FETCH_SIZE
           
static String FIELD_NAME_FIRST_RESULT
           
static String FIELD_NAME_MAX_RESULTS
           
static net.sf.cglib.core.Signature SIG_add
           
static net.sf.cglib.core.Signature SIG_addBatch
           
static net.sf.cglib.core.Signature SIG_arraycopy
           
static net.sf.cglib.core.Signature SIG_Boolean_valueOf
           
static net.sf.cglib.core.Signature SIG_booleanValue
           
static net.sf.cglib.core.Signature SIG_Byte_valueOf
           
static net.sf.cglib.core.Signature SIG_byteValue
           
static net.sf.cglib.core.Signature SIG_Character_valueOf
           
static net.sf.cglib.core.Signature SIG_close
           
static net.sf.cglib.core.Signature SIG_Double_valueOf
           
static net.sf.cglib.core.Signature SIG_doubleValue
           
static net.sf.cglib.core.Signature SIG_execute
           
static net.sf.cglib.core.Signature SIG_executeBatch
           
static net.sf.cglib.core.Signature SIG_executeQuery
           
static net.sf.cglib.core.Signature SIG_executeUpdate
           
static net.sf.cglib.core.Signature SIG_Float_valueOf
           
static net.sf.cglib.core.Signature SIG_floatValue
           
static net.sf.cglib.core.Signature SIG_getBoolean
           
static net.sf.cglib.core.Signature SIG_getBooleanNamed
           
static net.sf.cglib.core.Signature SIG_getByte
           
static net.sf.cglib.core.Signature SIG_getByteNamed
           
static net.sf.cglib.core.Signature SIG_getConnection
           
static net.sf.cglib.core.Signature SIG_getDate
           
static net.sf.cglib.core.Signature SIG_getDateNamed
           
static net.sf.cglib.core.Signature SIG_getDouble
           
static net.sf.cglib.core.Signature SIG_getDoubleNamed
           
static net.sf.cglib.core.Signature SIG_getFloat
           
static net.sf.cglib.core.Signature SIG_getFloatNamed
           
static net.sf.cglib.core.Signature SIG_getInt
           
static net.sf.cglib.core.Signature SIG_getIntNamed
           
static net.sf.cglib.core.Signature SIG_getLong
           
static net.sf.cglib.core.Signature SIG_getLongNamed
           
static net.sf.cglib.core.Signature SIG_getShort
           
static net.sf.cglib.core.Signature SIG_getShortNamed
           
static net.sf.cglib.core.Signature SIG_getString
           
static net.sf.cglib.core.Signature SIG_getStringNamed
           
static net.sf.cglib.core.Signature SIG_getTime
           
static net.sf.cglib.core.Signature SIG_getTimeLong
           
static net.sf.cglib.core.Signature SIG_getTimeNamed
           
static net.sf.cglib.core.Signature SIG_getTimestamp
           
static net.sf.cglib.core.Signature SIG_getTimestampNamed
           
static net.sf.cglib.core.Signature SIG_hasNext
           
static net.sf.cglib.core.Signature SIG_init
           
static net.sf.cglib.core.Signature SIG_Integer_valueOf
           
static net.sf.cglib.core.Signature SIG_intValue
           
static net.sf.cglib.core.Signature SIG_iterator
           
static net.sf.cglib.core.Signature SIG_iterator_next
           
static net.sf.cglib.core.Signature SIG_length
           
static net.sf.cglib.core.Signature SIG_Long_valueOf
           
static net.sf.cglib.core.Signature SIG_longValue
           
static net.sf.cglib.core.Signature SIG_next
           
static net.sf.cglib.core.Signature SIG_prepareCall
           
static net.sf.cglib.core.Signature SIG_prepareStatement
           
static net.sf.cglib.core.Signature SIG_put
           
static net.sf.cglib.core.Signature SIG_registerOutParameter
           
static net.sf.cglib.core.Signature SIG_setBoolean
           
static net.sf.cglib.core.Signature SIG_setByte
           
static net.sf.cglib.core.Signature SIG_setConnection
           
static net.sf.cglib.core.Signature SIG_setDate
           
static net.sf.cglib.core.Signature SIG_setDouble
           
static net.sf.cglib.core.Signature SIG_setFetchSize
           
static net.sf.cglib.core.Signature SIG_setFloat
           
static net.sf.cglib.core.Signature SIG_setInt
           
static net.sf.cglib.core.Signature SIG_setLong
           
static net.sf.cglib.core.Signature SIG_setNull
           
static net.sf.cglib.core.Signature SIG_setShort
           
static net.sf.cglib.core.Signature SIG_setString
           
static net.sf.cglib.core.Signature SIG_setTime
           
static net.sf.cglib.core.Signature SIG_setTimestamp
           
static net.sf.cglib.core.Signature SIG_Short_valueOf
           
static net.sf.cglib.core.Signature SIG_shortValue
           
static net.sf.cglib.core.Signature SIG_size
           
static net.sf.cglib.core.Signature SIG_toString
           
static net.sf.cglib.core.Signature SIG_wasNull
           
static org.objectweb.asm.Type TYPE_ArrayList
           
static org.objectweb.asm.Type TYPE_boolean
           
static org.objectweb.asm.Type TYPE_Boolean
           
static org.objectweb.asm.Type TYPE_byte
           
static org.objectweb.asm.Type TYPE_Byte
           
static org.objectweb.asm.Type TYPE_CallableStatement
           
static org.objectweb.asm.Type TYPE_char
           
static org.objectweb.asm.Type TYPE_Character
           
static org.objectweb.asm.Type TYPE_Collection
           
static org.objectweb.asm.Type TYPE_Connection
           
static org.objectweb.asm.Type TYPE_Date
           
static org.objectweb.asm.Type TYPE_double
           
static org.objectweb.asm.Type TYPE_Double
           
static org.objectweb.asm.Type TYPE_float
           
static org.objectweb.asm.Type TYPE_Float
           
static org.objectweb.asm.Type TYPE_HashMap
           
static org.objectweb.asm.Type TYPE_HashSet
           
static org.objectweb.asm.Type TYPE_int
           
static org.objectweb.asm.Type TYPE_intArray
           
static org.objectweb.asm.Type TYPE_Integer
           
static org.objectweb.asm.Type TYPE_Iterator
           
static org.objectweb.asm.Type TYPE_List
           
static org.objectweb.asm.Type TYPE_long
           
static org.objectweb.asm.Type TYPE_Long
           
static org.objectweb.asm.Type TYPE_Map
           
static org.objectweb.asm.Type TYPE_PreparedStatement
           
static org.objectweb.asm.Type TYPE_ResultSet
           
static org.objectweb.asm.Type TYPE_RuntimeException
           
static org.objectweb.asm.Type TYPE_short
           
static org.objectweb.asm.Type TYPE_Short
           
static org.objectweb.asm.Type TYPE_sqlDate
           
static org.objectweb.asm.Type TYPE_SQLException
           
static org.objectweb.asm.Type TYPE_sqlTime
           
static org.objectweb.asm.Type TYPE_sqlTimestamp
           
static org.objectweb.asm.Type TYPE_Statement
           
static org.objectweb.asm.Type TYPE_String
           
static org.objectweb.asm.Type TYPE_System
           
static org.objectweb.asm.Type TYPE_Throwable
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

FIELD_NAME_DEFAULT_FETCH_SIZE

public static final String FIELD_NAME_DEFAULT_FETCH_SIZE
See Also:
Constant Field Values

FIELD_NAME_DEFAULT_BATCH_SIZE

public static final String FIELD_NAME_DEFAULT_BATCH_SIZE
See Also:
Constant Field Values

EXCEPTION_COLLECTIONS_DIFFERENT_SIZE

public static final String EXCEPTION_COLLECTIONS_DIFFERENT_SIZE
See Also:
Constant Field Values

EXCEPTION_EMPTY_RESULT

public static final String EXCEPTION_EMPTY_RESULT
See Also:
Constant Field Values

EXCEPTION_MORE_THAN_ONE_RESULT

public static final String EXCEPTION_MORE_THAN_ONE_RESULT
See Also:
Constant Field Values

FIELD_NAME_BATCH_SIZE

public static final String FIELD_NAME_BATCH_SIZE
See Also:
Constant Field Values

FIELD_NAME_FETCH_SIZE

public static final String FIELD_NAME_FETCH_SIZE
See Also:
Constant Field Values

FIELD_NAME_FIRST_RESULT

public static final String FIELD_NAME_FIRST_RESULT
See Also:
Constant Field Values

FIELD_NAME_MAX_RESULTS

public static final String FIELD_NAME_MAX_RESULTS
See Also:
Constant Field Values

TYPE_Byte

public static final org.objectweb.asm.Type TYPE_Byte

TYPE_Boolean

public static final org.objectweb.asm.Type TYPE_Boolean

TYPE_Short

public static final org.objectweb.asm.Type TYPE_Short

TYPE_Integer

public static final org.objectweb.asm.Type TYPE_Integer

TYPE_Long

public static final org.objectweb.asm.Type TYPE_Long

TYPE_Float

public static final org.objectweb.asm.Type TYPE_Float

TYPE_Double

public static final org.objectweb.asm.Type TYPE_Double

TYPE_Date

public static final org.objectweb.asm.Type TYPE_Date

TYPE_String

public static final org.objectweb.asm.Type TYPE_String

TYPE_Character

public static final org.objectweb.asm.Type TYPE_Character

TYPE_byte

public static final org.objectweb.asm.Type TYPE_byte

TYPE_boolean

public static final org.objectweb.asm.Type TYPE_boolean

TYPE_short

public static final org.objectweb.asm.Type TYPE_short

TYPE_int

public static final org.objectweb.asm.Type TYPE_int

TYPE_long

public static final org.objectweb.asm.Type TYPE_long

TYPE_float

public static final org.objectweb.asm.Type TYPE_float

TYPE_double

public static final org.objectweb.asm.Type TYPE_double

TYPE_char

public static final org.objectweb.asm.Type TYPE_char

TYPE_intArray

public static final org.objectweb.asm.Type TYPE_intArray

TYPE_Throwable

public static final org.objectweb.asm.Type TYPE_Throwable

TYPE_RuntimeException

public static final org.objectweb.asm.Type TYPE_RuntimeException

TYPE_Collection

public static final org.objectweb.asm.Type TYPE_Collection

TYPE_Map

public static final org.objectweb.asm.Type TYPE_Map

TYPE_Iterator

public static final org.objectweb.asm.Type TYPE_Iterator

TYPE_List

public static final org.objectweb.asm.Type TYPE_List

TYPE_ArrayList

public static final org.objectweb.asm.Type TYPE_ArrayList

TYPE_HashSet

public static final org.objectweb.asm.Type TYPE_HashSet

TYPE_HashMap

public static final org.objectweb.asm.Type TYPE_HashMap

TYPE_Connection

public static final org.objectweb.asm.Type TYPE_Connection

TYPE_Statement

public static final org.objectweb.asm.Type TYPE_Statement

TYPE_PreparedStatement

public static final org.objectweb.asm.Type TYPE_PreparedStatement

TYPE_CallableStatement

public static final org.objectweb.asm.Type TYPE_CallableStatement

TYPE_ResultSet

public static final org.objectweb.asm.Type TYPE_ResultSet

TYPE_SQLException

public static final org.objectweb.asm.Type TYPE_SQLException

TYPE_sqlDate

public static final org.objectweb.asm.Type TYPE_sqlDate

TYPE_sqlTime

public static final org.objectweb.asm.Type TYPE_sqlTime

TYPE_sqlTimestamp

public static final org.objectweb.asm.Type TYPE_sqlTimestamp

TYPE_System

public static final org.objectweb.asm.Type TYPE_System

SIG_init

public static final net.sf.cglib.core.Signature SIG_init

SIG_prepareStatement

public static final net.sf.cglib.core.Signature SIG_prepareStatement

SIG_prepareCall

public static final net.sf.cglib.core.Signature SIG_prepareCall

SIG_setNull

public static final net.sf.cglib.core.Signature SIG_setNull

SIG_setByte

public static final net.sf.cglib.core.Signature SIG_setByte

SIG_getByte

public static final net.sf.cglib.core.Signature SIG_getByte

SIG_getByteNamed

public static final net.sf.cglib.core.Signature SIG_getByteNamed

SIG_setShort

public static final net.sf.cglib.core.Signature SIG_setShort

SIG_getShort

public static final net.sf.cglib.core.Signature SIG_getShort

SIG_getShortNamed

public static final net.sf.cglib.core.Signature SIG_getShortNamed

SIG_setInt

public static final net.sf.cglib.core.Signature SIG_setInt

SIG_getInt

public static final net.sf.cglib.core.Signature SIG_getInt

SIG_getIntNamed

public static final net.sf.cglib.core.Signature SIG_getIntNamed

SIG_setLong

public static final net.sf.cglib.core.Signature SIG_setLong

SIG_getLong

public static final net.sf.cglib.core.Signature SIG_getLong

SIG_getLongNamed

public static final net.sf.cglib.core.Signature SIG_getLongNamed

SIG_setFloat

public static final net.sf.cglib.core.Signature SIG_setFloat

SIG_getFloat

public static final net.sf.cglib.core.Signature SIG_getFloat

SIG_getFloatNamed

public static final net.sf.cglib.core.Signature SIG_getFloatNamed

SIG_setDouble

public static final net.sf.cglib.core.Signature SIG_setDouble

SIG_getDouble

public static final net.sf.cglib.core.Signature SIG_getDouble

SIG_getDoubleNamed

public static final net.sf.cglib.core.Signature SIG_getDoubleNamed

SIG_setBoolean

public static final net.sf.cglib.core.Signature SIG_setBoolean

SIG_getBoolean

public static final net.sf.cglib.core.Signature SIG_getBoolean

SIG_getBooleanNamed

public static final net.sf.cglib.core.Signature SIG_getBooleanNamed

SIG_setString

public static final net.sf.cglib.core.Signature SIG_setString

SIG_getString

public static final net.sf.cglib.core.Signature SIG_getString

SIG_getStringNamed

public static final net.sf.cglib.core.Signature SIG_getStringNamed

SIG_setDate

public static final net.sf.cglib.core.Signature SIG_setDate

SIG_getDate

public static final net.sf.cglib.core.Signature SIG_getDate

SIG_getDateNamed

public static final net.sf.cglib.core.Signature SIG_getDateNamed

SIG_setTime

public static final net.sf.cglib.core.Signature SIG_setTime

SIG_getTime

public static final net.sf.cglib.core.Signature SIG_getTime

SIG_getTimeNamed

public static final net.sf.cglib.core.Signature SIG_getTimeNamed

SIG_setTimestamp

public static final net.sf.cglib.core.Signature SIG_setTimestamp

SIG_getTimestamp

public static final net.sf.cglib.core.Signature SIG_getTimestamp

SIG_getTimestampNamed

public static final net.sf.cglib.core.Signature SIG_getTimestampNamed

SIG_wasNull

public static final net.sf.cglib.core.Signature SIG_wasNull

SIG_next

public static final net.sf.cglib.core.Signature SIG_next

SIG_close

public static final net.sf.cglib.core.Signature SIG_close

SIG_executeQuery

public static final net.sf.cglib.core.Signature SIG_executeQuery

SIG_execute

public static final net.sf.cglib.core.Signature SIG_execute

SIG_executeUpdate

public static final net.sf.cglib.core.Signature SIG_executeUpdate

SIG_executeBatch

public static final net.sf.cglib.core.Signature SIG_executeBatch

SIG_addBatch

public static final net.sf.cglib.core.Signature SIG_addBatch

SIG_setFetchSize

public static final net.sf.cglib.core.Signature SIG_setFetchSize

SIG_registerOutParameter

public static final net.sf.cglib.core.Signature SIG_registerOutParameter

SIG_byteValue

public static final net.sf.cglib.core.Signature SIG_byteValue

SIG_shortValue

public static final net.sf.cglib.core.Signature SIG_shortValue

SIG_intValue

public static final net.sf.cglib.core.Signature SIG_intValue

SIG_longValue

public static final net.sf.cglib.core.Signature SIG_longValue

SIG_floatValue

public static final net.sf.cglib.core.Signature SIG_floatValue

SIG_doubleValue

public static final net.sf.cglib.core.Signature SIG_doubleValue

SIG_booleanValue

public static final net.sf.cglib.core.Signature SIG_booleanValue

SIG_getTimeLong

public static final net.sf.cglib.core.Signature SIG_getTimeLong

SIG_size

public static final net.sf.cglib.core.Signature SIG_size

SIG_iterator

public static final net.sf.cglib.core.Signature SIG_iterator

SIG_hasNext

public static final net.sf.cglib.core.Signature SIG_hasNext

SIG_iterator_next

public static final net.sf.cglib.core.Signature SIG_iterator_next

SIG_add

public static final net.sf.cglib.core.Signature SIG_add

SIG_put

public static final net.sf.cglib.core.Signature SIG_put

SIG_getConnection

public static final net.sf.cglib.core.Signature SIG_getConnection

SIG_setConnection

public static final net.sf.cglib.core.Signature SIG_setConnection

SIG_toString

public static final net.sf.cglib.core.Signature SIG_toString

SIG_length

public static final net.sf.cglib.core.Signature SIG_length

SIG_arraycopy

public static final net.sf.cglib.core.Signature SIG_arraycopy

SIG_Byte_valueOf

public static final net.sf.cglib.core.Signature SIG_Byte_valueOf

SIG_Short_valueOf

public static final net.sf.cglib.core.Signature SIG_Short_valueOf

SIG_Integer_valueOf

public static final net.sf.cglib.core.Signature SIG_Integer_valueOf

SIG_Long_valueOf

public static final net.sf.cglib.core.Signature SIG_Long_valueOf

SIG_Float_valueOf

public static final net.sf.cglib.core.Signature SIG_Float_valueOf

SIG_Double_valueOf

public static final net.sf.cglib.core.Signature SIG_Double_valueOf

SIG_Character_valueOf

public static final net.sf.cglib.core.Signature SIG_Character_valueOf

SIG_Boolean_valueOf

public static final net.sf.cglib.core.Signature SIG_Boolean_valueOf

sf logo

Copyright © 2007 brunella ltd. All Rights Reserved.