|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of PredefinedDataType in org.eclipse.datatools.connectivity.sqm.core.definition |
---|
Methods in org.eclipse.datatools.connectivity.sqm.core.definition that return PredefinedDataType | |
---|---|
PredefinedDataType |
DatabaseDefinition.getPredefinedDataType(PredefinedDataTypeDefinition predefinedDataTypeDefinition)
|
PredefinedDataType |
DatabaseDefinition.getPredefinedDataType(java.lang.String dataTypeName)
|
PredefinedDataType |
DatabaseDefinition.getPredefinedDataTypeByNameAndJDBCEnumType(java.lang.String dataTypeName,
int jdbcEnumType)
|
Methods in org.eclipse.datatools.connectivity.sqm.core.definition with parameters of type PredefinedDataType | |
---|---|
java.lang.String |
DatabaseDefinition.getPredefinedDataTypeFormattedName(PredefinedDataType predefinedDataType)
|
Uses of PredefinedDataType in org.eclipse.datatools.modelbase.sql.datatypes |
---|
Subinterfaces of PredefinedDataType in org.eclipse.datatools.modelbase.sql.datatypes | |
---|---|
interface |
ApproximateNumericDataType
A representation of the model object 'Approximate Numeric Data Type'. |
interface |
BinaryStringDataType
A representation of the model object 'Binary String Data Type'. |
interface |
BooleanDataType
A representation of the model object 'Boolean Data Type'. |
interface |
CharacterStringDataType
A representation of the model object 'Character String Data Type'. |
interface |
DataLinkDataType
A representation of the model object 'Data Link Data Type'. |
interface |
DateDataType
A representation of the model object 'Date Data Type'. |
interface |
ExactNumericDataType
A representation of the model object 'Exact Numeric Data Type'. |
interface |
FixedPrecisionDataType
A representation of the model object 'Fixed Precision Data Type'. |
interface |
IntegerDataType
A representation of the model object 'Integer Data Type'. |
interface |
IntervalDataType
A representation of the model object 'Interval Data Type'. |
interface |
NumberDataType
A representation of the model object 'Number Data Type'. |
interface |
NumericalDataType
A representation of the model object 'Numerical Data Type'. |
interface |
TimeDataType
A representation of the model object 'Time Data Type'. |
interface |
XMLDataType
A representation of the model object 'XML Data Type'. |
Methods in org.eclipse.datatools.modelbase.sql.datatypes that return PredefinedDataType | |
---|---|
PredefinedDataType |
DistinctUserDefinedType.getPredefinedRepresentation()
Returns the value of the 'Predefined Representation' containment reference. |
Methods in org.eclipse.datatools.modelbase.sql.datatypes with parameters of type PredefinedDataType | |
---|---|
void |
DistinctUserDefinedType.setPredefinedRepresentation(PredefinedDataType value)
Sets the value of the ' Predefined Representation ' containment reference. |
Uses of PredefinedDataType in org.eclipse.datatools.modelbase.sql.datatypes.impl |
---|
Classes in org.eclipse.datatools.modelbase.sql.datatypes.impl that implement PredefinedDataType | |
---|---|
class |
ApproximateNumericDataTypeImpl
An implementation of the model object 'Approximate Numeric Data Type'. |
class |
BinaryStringDataTypeImpl
An implementation of the model object 'Binary String Data Type'. |
class |
BooleanDataTypeImpl
An implementation of the model object 'Boolean Data Type'. |
class |
CharacterStringDataTypeImpl
An implementation of the model object 'Character String Data Type'. |
class |
DataLinkDataTypeImpl
An implementation of the model object 'Data Link Data Type'. |
class |
DateDataTypeImpl
An implementation of the model object 'Date Data Type'. |
class |
ExactNumericDataTypeImpl
An implementation of the model object 'Exact Numeric Data Type'. |
class |
FixedPrecisionDataTypeImpl
An implementation of the model object 'Fixed Precision Data Type'. |
class |
IntegerDataTypeImpl
An implementation of the model object 'Integer Data Type'. |
class |
IntervalDataTypeImpl
An implementation of the model object 'Interval Data Type'. |
class |
NumericalDataTypeImpl
An implementation of the model object 'Numerical Data Type'. |
class |
PredefinedDataTypeImpl
An implementation of the model object 'Predefined Data Type'. |
class |
TimeDataTypeImpl
An implementation of the model object 'Time Data Type'. |
class |
XMLDataTypeImpl
An implementation of the model object 'XML Data Type'. |
Methods in org.eclipse.datatools.modelbase.sql.datatypes.impl that return PredefinedDataType | |
---|---|
PredefinedDataType |
DistinctUserDefinedTypeImpl.getPredefinedRepresentation()
|
Methods in org.eclipse.datatools.modelbase.sql.datatypes.impl with parameters of type PredefinedDataType | |
---|---|
NotificationChain |
DistinctUserDefinedTypeImpl.basicSetPredefinedRepresentation(PredefinedDataType newPredefinedRepresentation,
NotificationChain msgs)
|
void |
DistinctUserDefinedTypeImpl.setPredefinedRepresentation(PredefinedDataType newPredefinedRepresentation)
|
Uses of PredefinedDataType in org.eclipse.datatools.modelbase.sql.datatypes.util |
---|
Methods in org.eclipse.datatools.modelbase.sql.datatypes.util with parameters of type PredefinedDataType | |
---|---|
java.lang.Object |
SQLDataTypesSwitch.casePredefinedDataType(PredefinedDataType object)
Returns the result of interpretting the object as an instance of 'Predefined Data Type'. |
Uses of PredefinedDataType in org.eclipse.datatools.modelbase.sql.query.helper |
---|
Methods in org.eclipse.datatools.modelbase.sql.query.helper that return PredefinedDataType | |
---|---|
static PredefinedDataType |
DataTypeHelper.getPredefinedDataTypeForNamedType(java.lang.String aTypeName)
CHECK IMPLEMENTATION! CODE UNTESTED! Gets the PredefinedDataType PrimitiveType enum value corresponding to the given type name. |
Uses of PredefinedDataType in org.eclipse.datatools.sqltools.core |
---|
Methods in org.eclipse.datatools.sqltools.core with parameters of type PredefinedDataType | |
---|---|
static java.lang.String |
PredefinedDataTypeValidator.isValidPredefinedType(PredefinedDataType type,
DatabaseDefinition dbdef)
Validates whether the given predefined data type is a valid one. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |