| 
 | ||||||||||
| 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
public static class JDBCUserDefinedTypeLoader.DistinctTypeFactory
Base factory implementation for distinct UDTs.
| Constructor Summary | |
|---|---|
| JDBCUserDefinedTypeLoader.DistinctTypeFactory(DatabaseDefinition databaseDefinition) | |
| Method Summary | |
|---|---|
|  org.eclipse.emf.ecore.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 org.eclipse.emf.ecore.EClass getUDTEClass()
getUDTEClass in interface JDBCUserDefinedTypeLoader.IUDTFactorygetUDTEClass in class JDBCUserDefinedTypeLoader.StructTypeFactoryJDBCUserDefinedTypeLoader.StructTypeFactory.getUDTEClass()
public void initialize(UserDefinedType udt,
                       java.sql.ResultSet rs)
                throws java.sql.SQLException
initialize in interface JDBCUserDefinedTypeLoader.IUDTFactoryinitialize in class JDBCUserDefinedTypeLoader.StructTypeFactoryudt - 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 | |||||||||