|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of UserDefinedType in org.eclipse.datatools.connectivity.sqm.core.rte.fe |
---|
Methods in org.eclipse.datatools.connectivity.sqm.core.rte.fe with parameters of type UserDefinedType | |
---|---|
java.lang.String |
GenericDdlBuilder.createUserDefinedType(UserDefinedType type,
boolean quoteIdentifiers,
boolean qualifyNames)
|
java.lang.String |
GenericDdlBuilder.dropUserDefinedType(UserDefinedType type,
boolean quoteIdentifiers,
boolean qualifyNames)
|
Uses of UserDefinedType in org.eclipse.datatools.connectivity.sqm.core.rte.jdbc |
---|
Classes in org.eclipse.datatools.connectivity.sqm.core.rte.jdbc that implement UserDefinedType | |
---|---|
class |
JDBCDistinctUDT
|
class |
JDBCStructuredUDT
|
Uses of UserDefinedType in org.eclipse.datatools.connectivity.sqm.loader |
---|
Methods in org.eclipse.datatools.connectivity.sqm.loader that return UserDefinedType | |
---|---|
UserDefinedType |
JDBCUserDefinedTypeLoader.IUDTFactory.createUDT(java.sql.ResultSet rs)
Creates and initializes a UDT object based on the meta-data in the result set. |
UserDefinedType |
JDBCUserDefinedTypeLoader.StructTypeFactory.createUDT(java.sql.ResultSet rs)
Creates and initializes a new UserDefinedType object from the meta-data in the result set. |
UserDefinedType |
JDBCUDTSuperTypeLoader.loadSuperType()
|
Methods in org.eclipse.datatools.connectivity.sqm.loader with parameters of type UserDefinedType | |
---|---|
void |
JDBCUserDefinedTypeLoader.IUDTFactory.initialize(UserDefinedType udt,
java.sql.ResultSet rs)
Initializes a UDT object based on the meta-data in the result set. |
void |
JDBCUserDefinedTypeLoader.DistinctTypeFactory.initialize(UserDefinedType udt,
java.sql.ResultSet rs)
Initializes the new UserDefinedType object using the meta-data in the result set. |
void |
JDBCUserDefinedTypeLoader.StructTypeFactory.initialize(UserDefinedType udt,
java.sql.ResultSet rs)
Initializes the new UserDefinedType object using the meta-data in the result set. |
Uses of UserDefinedType in org.eclipse.datatools.modelbase.sql.datatypes |
---|
Subinterfaces of UserDefinedType in org.eclipse.datatools.modelbase.sql.datatypes | |
---|---|
interface |
DistinctUserDefinedType
A representation of the model object 'Distinct User Defined Type'. |
interface |
Domain
A representation of the model object 'Domain'. |
interface |
StructuredUserDefinedType
A representation of the model object 'Structured User Defined Type'. |
Uses of UserDefinedType in org.eclipse.datatools.modelbase.sql.datatypes.impl |
---|
Classes in org.eclipse.datatools.modelbase.sql.datatypes.impl that implement UserDefinedType | |
---|---|
class |
DistinctUserDefinedTypeImpl
An implementation of the model object 'Distinct User Defined Type'. |
class |
DomainImpl
An implementation of the model object 'Domain'. |
class |
StructuredUserDefinedTypeImpl
An implementation of the model object 'Structured User Defined Type'. |
class |
UserDefinedTypeImpl
An implementation of the model object 'User Defined Type'. |
Uses of UserDefinedType in org.eclipse.datatools.modelbase.sql.datatypes.util |
---|
Methods in org.eclipse.datatools.modelbase.sql.datatypes.util with parameters of type UserDefinedType | |
---|---|
java.lang.Object |
SQLDataTypesSwitch.caseUserDefinedType(UserDefinedType object)
Returns the result of interpretting the object as an instance of 'User Defined Type'. |
Uses of UserDefinedType in org.eclipse.datatools.modelbase.sql.schema |
---|
Methods in org.eclipse.datatools.modelbase.sql.schema that return UserDefinedType | |
---|---|
UserDefinedType |
TypedElement.getReferencedType()
Returns the value of the 'Referenced Type' reference. |
Methods in org.eclipse.datatools.modelbase.sql.schema with parameters of type UserDefinedType | |
---|---|
void |
TypedElement.setReferencedType(UserDefinedType value)
Sets the value of the ' Referenced Type ' reference. |
Uses of UserDefinedType in org.eclipse.datatools.modelbase.sql.schema.impl |
---|
Methods in org.eclipse.datatools.modelbase.sql.schema.impl that return UserDefinedType | |
---|---|
UserDefinedType |
TypedElementImpl.basicGetReferencedType()
|
UserDefinedType |
TypedElementImpl.getReferencedType()
|
Methods in org.eclipse.datatools.modelbase.sql.schema.impl with parameters of type UserDefinedType | |
---|---|
void |
TypedElementImpl.setReferencedType(UserDefinedType newReferencedType)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |