Uses of Class
org.eclipse.net4j.db.DBType

Packages that use DBType
org.eclipse.net4j.db   
org.eclipse.net4j.db.ddl   
org.eclipse.net4j.db.dml   
org.eclipse.net4j.spi.db   
 

Uses of DBType in org.eclipse.net4j.db
 

Methods in org.eclipse.net4j.db that return DBType
static DBType DBType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static DBType[] DBType.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in org.eclipse.net4j.db with parameters of type DBType
 boolean IDBAdapter.isTypeIndexable(DBType type)
           
 

Uses of DBType in org.eclipse.net4j.db.ddl
 

Methods in org.eclipse.net4j.db.ddl that return DBType
 DBType IDBField.getType()
           
 

Methods in org.eclipse.net4j.db.ddl with parameters of type DBType
 IDBField IDBTable.addField(java.lang.String name, DBType type)
           
 IDBField IDBTable.addField(java.lang.String name, DBType type, boolean notNull)
           
 IDBField IDBTable.addField(java.lang.String name, DBType type, int precision)
           
 IDBField IDBTable.addField(java.lang.String name, DBType type, int precision, boolean notNull)
           
 IDBField IDBTable.addField(java.lang.String name, DBType type, int precision, int scale)
           
 IDBField IDBTable.addField(java.lang.String name, DBType type, int precision, int scale, boolean notNull)
           
 void IDBField.setType(DBType type)
           
 

Uses of DBType in org.eclipse.net4j.db.dml
 

Methods in org.eclipse.net4j.db.dml that return DBType
 DBType IDBParameter.getType()
           
 

Methods in org.eclipse.net4j.db.dml with parameters of type DBType
 IDBParameter IDBStatement.addParameter(DBType type)
           
 

Uses of DBType in org.eclipse.net4j.spi.db
 

Methods in org.eclipse.net4j.spi.db with parameters of type DBType
 boolean DBAdapter.isTypeIndexable(DBType type)
           
 


Copyright (c) 2004 - 2008 Eike Stepper, Germany.
All Rights Reserved.