Uses of Interface
org.eclipse.datatools.sqltools.sql.reference.IDatatype

Packages that use IDatatype
org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples.utils   
org.eclipse.datatools.sqltools.sql.reference   
org.eclipse.datatools.sqltools.sql.util   
 

Uses of IDatatype in org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples.utils
 

Methods in org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples.utils that return IDatatype
static IDatatype SQLUtil.getDatatypeByName(java.lang.String typeName, DBObject[] dTypes)
          given the name and UDT list,return the IDatatype object
 

Methods in org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples.utils with parameters of type IDatatype
static boolean SQLUtil.isBinaryType(IDatatype datatype)
           
static boolean SQLUtil.isNumericType(IDatatype datatype)
           
static boolean SQLUtil.isStringType(IDatatype datatype)
           
 int ASADataValidator.validate(IDatatype dataType, java.lang.String inputValue)
           
 

Uses of IDatatype in org.eclipse.datatools.sqltools.sql.reference
 

Methods in org.eclipse.datatools.sqltools.sql.reference that return IDatatype
 IDatatype IDatatype.getBaseType()
          Gets the base type of this data type,if this type is UDT,then return it's base type otherwise(it is system type),return itself
 

Methods in org.eclipse.datatools.sqltools.sql.reference with parameters of type IDatatype
 void IDatatype.setBaseType(IDatatype baseType)
           
 

Uses of IDatatype in org.eclipse.datatools.sqltools.sql.util
 

Methods in org.eclipse.datatools.sqltools.sql.util that return IDatatype
static IDatatype ModelUtil.map(DatabaseDefinition databaseDefinition, DataType type, java.lang.String owner)
           
 

Methods in org.eclipse.datatools.sqltools.sql.util with parameters of type IDatatype
static boolean SQLUtil.isBinaryType(IDatatype datatype)
           
static boolean SQLUtil.isNumericType(IDatatype datatype)
           
static boolean SQLUtil.isStringType(IDatatype datatype)