Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Class
org.apache.derby.iapi.types.TypeId

Uses of TypeId in org.apache.derby.iapi.types
 

Fields in org.apache.derby.iapi.types declared as TypeId
static TypeId TypeId.BOOLEAN_ID
           
static TypeId TypeId.INTEGER_ID
           
static TypeId TypeId.CHAR_ID
           
private static TypeId TypeId.TINYINT_ID
           
private static TypeId TypeId.SMALLINT_ID
           
private static TypeId TypeId.LONGINT_ID
           
private static TypeId TypeId.REAL_ID
           
private static TypeId TypeId.DOUBLE_ID
           
private static TypeId TypeId.DECIMAL_ID
           
private static TypeId TypeId.NUMERIC_ID
           
private static TypeId TypeId.VARCHAR_ID
           
private static TypeId TypeId.NATIONAL_CHAR_ID
           
private static TypeId TypeId.NATIONAL_LONGVARCHAR_ID
           
private static TypeId TypeId.NATIONAL_VARCHAR_ID
           
private static TypeId TypeId.DATE_ID
           
private static TypeId TypeId.TIME_ID
           
private static TypeId TypeId.TIMESTAMP_ID
           
private static TypeId TypeId.BIT_ID
           
private static TypeId TypeId.VARBIT_ID
           
private static TypeId TypeId.REF_ID
           
private static TypeId TypeId.LONGVARCHAR_ID
           
private static TypeId TypeId.LONGVARBIT_ID
           
private static TypeId TypeId.BLOB_ID
           
private static TypeId TypeId.CLOB_ID
           
private static TypeId TypeId.NCLOB_ID
           
private static TypeId TypeId.XML_ID
           
private  TypeId DataTypeDescriptor.typeId
           
 

Methods in org.apache.derby.iapi.types that return TypeId
static TypeId TypeId.getBuiltInTypeId(int JDBCTypeId)
          Get a TypeId of the given JDBC type.
static TypeId TypeId.getUserDefinedTypeId(java.lang.String className, boolean delimitedIdentifier)
           
static TypeId TypeId.getSQLTypeForJavaType(java.lang.String javaTypeName)
          Get a TypeId for the class that corresponds to the given Java type name.
static TypeId TypeId.getBuiltInTypeId(java.lang.String SQLTypeName)
           
 TypeId DataTypeDescriptor.getTypeId()
          Gets the TypeId for the datatype.
 

Constructors in org.apache.derby.iapi.types with parameters of type TypeId
DataTypeDescriptor(TypeId typeId, int precision, int scale, boolean isNullable, int maximumWidth)
          Constructor for use with numeric types
DataTypeDescriptor(TypeId typeId, boolean isNullable, int maximumWidth)
          Constructor for use with non-numeric types
DataTypeDescriptor(TypeId typeId, boolean isNullable)
           
DataTypeDescriptor(org.apache.derby.catalog.types.TypeDescriptorImpl source, TypeId typeId)
          Constructor for use in reconstructing a DataTypeDescriptor from a TypeDescriptorImpl and a TypeId