sf.qof.codegen
Class Constants
java.lang.Object
sf.qof.codegen.Constants
public final class Constants
- extends Object
Internal - holds constants for type and signature definitions.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
Copyright © 2007 brunella ltd. All Rights Reserved.