|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of StructuredUserDefinedType in org.eclipse.datatools.connectivity.sqm.core.rte.jdbc |
---|
Classes in org.eclipse.datatools.connectivity.sqm.core.rte.jdbc that implement StructuredUserDefinedType | |
---|---|
class |
JDBCStructuredUDT
|
Methods in org.eclipse.datatools.connectivity.sqm.core.rte.jdbc that return StructuredUserDefinedType | |
---|---|
StructuredUserDefinedType |
JDBCStructuredUDT.getSuper()
|
Uses of StructuredUserDefinedType in org.eclipse.datatools.modelbase.sql.datatypes |
---|
Methods in org.eclipse.datatools.modelbase.sql.datatypes that return StructuredUserDefinedType | |
---|---|
StructuredUserDefinedType |
SQLDataTypesFactory.createStructuredUserDefinedType()
Returns a new object of class 'Structured User Defined Type'. |
StructuredUserDefinedType |
ReferenceDataType.getReferencedType()
Returns the value of the 'Referenced Type' reference. |
StructuredUserDefinedType |
StructuredUserDefinedType.getSuper()
Returns the value of the 'Super' reference. |
Methods in org.eclipse.datatools.modelbase.sql.datatypes with parameters of type StructuredUserDefinedType | |
---|---|
void |
ReferenceDataType.setReferencedType(StructuredUserDefinedType value)
Sets the value of the ' Referenced Type ' reference. |
void |
StructuredUserDefinedType.setSuper(StructuredUserDefinedType value)
Sets the value of the ' Super ' reference. |
Uses of StructuredUserDefinedType in org.eclipse.datatools.modelbase.sql.datatypes.impl |
---|
Classes in org.eclipse.datatools.modelbase.sql.datatypes.impl that implement StructuredUserDefinedType | |
---|---|
class |
org.eclipse.datatools.modelbase.sql.datatypes.impl.StructuredUserDefinedTypeImpl
|
Uses of StructuredUserDefinedType in org.eclipse.datatools.modelbase.sql.datatypes.util |
---|
Methods in org.eclipse.datatools.modelbase.sql.datatypes.util with parameters of type StructuredUserDefinedType | |
---|---|
java.lang.Object |
SQLDataTypesSwitch.caseStructuredUserDefinedType(StructuredUserDefinedType object)
Returns the result of interpreting the object as an instance of 'Structured User Defined Type'. |
Uses of StructuredUserDefinedType in org.eclipse.datatools.modelbase.sql.tables |
---|
Methods in org.eclipse.datatools.modelbase.sql.tables that return StructuredUserDefinedType | |
---|---|
StructuredUserDefinedType |
Table.getUdt()
Returns the value of the 'Udt' reference. |
Methods in org.eclipse.datatools.modelbase.sql.tables with parameters of type StructuredUserDefinedType | |
---|---|
void |
Table.setUdt(StructuredUserDefinedType value)
Sets the value of the ' Udt ' reference. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |