org.xerial.db.datatype
Class TypeInformation

java.lang.Object
  extended by org.xerial.db.datatype.TypeInformation

public class TypeInformation
extends Object


Field Summary
static int BOOLEAN_SIZE
           
static int BYTE_SIZE
           
static int CHAR_SIZE
           
static int INT_SIZE
           
static int LONG_SIZE
           
 
Constructor Summary
TypeInformation()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

BYTE_SIZE

public static final int BYTE_SIZE
See Also:
Constant Field Values

CHAR_SIZE

public static final int CHAR_SIZE
See Also:
Constant Field Values

INT_SIZE

public static final int INT_SIZE
See Also:
Constant Field Values

LONG_SIZE

public static final int LONG_SIZE
See Also:
Constant Field Values

BOOLEAN_SIZE

public static final int BOOLEAN_SIZE
See Also:
Constant Field Values
Constructor Detail

TypeInformation

public TypeInformation()


Creative Commons License
This work is licensed under a Creative Commons Attribution-ShareAlike 2.1 Japan License.