|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.datatools.connectivity.sqm.loader.JDBCUserDefinedTypeLoader.StructTypeFactory
org.eclipse.datatools.connectivity.sqm.loader.JDBCUserDefinedTypeLoader.DistinctTypeFactory
Base factory implementation for distinct UDTs.
Constructor Summary | |
JDBCUserDefinedTypeLoader.DistinctTypeFactory(DatabaseDefinition databaseDefinition)
|
Method Summary | |
EClass |
getUDTEClass()
|
void |
initialize(UserDefinedType udt,
java.sql.ResultSet rs)
Initializes the new UserDefinedType object using the meta-data in the result set. |
Methods inherited from class org.eclipse.datatools.connectivity.sqm.loader.JDBCUserDefinedTypeLoader.StructTypeFactory |
createUDT |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public JDBCUserDefinedTypeLoader.DistinctTypeFactory(DatabaseDefinition databaseDefinition)
Method Detail |
public EClass getUDTEClass()
getUDTEClass
in interface JDBCUserDefinedTypeLoader.IUDTFactory
getUDTEClass
in class JDBCUserDefinedTypeLoader.StructTypeFactory
JDBCUserDefinedTypeLoader.StructTypeFactory.getUDTEClass()
public void initialize(UserDefinedType udt, java.sql.ResultSet rs) throws java.sql.SQLException
initialize
in interface JDBCUserDefinedTypeLoader.IUDTFactory
initialize
in class JDBCUserDefinedTypeLoader.StructTypeFactory
udt
- a new UserDefinedType objectrs
- the result set
java.sql.SQLException
- if anything goes wrongJDBCUserDefinedTypeLoader.StructTypeFactory.initialize(org.eclipse.datatools.modelbase.sql.datatypes.UserDefinedType,
java.sql.ResultSet)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |