|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IDatatype | |
org.eclipse.datatools.sqltools.core | |
org.eclipse.datatools.sqltools.editor.contentassist.model |
Uses of IDatatype in org.eclipse.datatools.sqltools.core |
Methods in org.eclipse.datatools.sqltools.core that return IDatatype | |
IDatatype |
IControlConnection.getTypeByNameStr(java.lang.String nameStr)
Gets a IDatatype object by name. |
Methods in org.eclipse.datatools.sqltools.core with parameters of type IDatatype | |
int |
ISqlDataValidator.validate(IDatatype dataType,
java.lang.String inputValue)
|
Uses of IDatatype in org.eclipse.datatools.sqltools.editor.contentassist.model |
Methods in org.eclipse.datatools.sqltools.editor.contentassist.model 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.editor.contentassist.model with parameters of type IDatatype | |
void |
IDatatype.setBaseType(IDatatype baseType)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |