Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
org.apache.ws.jaxme.sqls.impl.SQLFactoryImpl
org.apache.ws.jaxme.sqls.oracle.OraSQLFactoryImpl
Nested Class Summary |
Nested classes/interfaces inherited from class org.apache.ws.jaxme.sqls.impl.SQLFactoryImpl | |
SQLFactoryImpl.IdentImpl |
Method Summary | |
protected ObjectFactory | |
SQLGenerator | |
SelectStatement | |
protected Column |
|
protected ObjectFactory newObjectFactory()
- Overrides:
- newObjectFactory in interface SQLFactoryImpl
public SQLGenerator newSQLGenerator()
- Specified by:
- newSQLGenerator in interface SQLFactory
- Overrides:
- newSQLGenerator in interface SQLFactoryImpl
public SelectStatement newSelectStatement()
- Specified by:
- newSelectStatement in interface SQLFactory
- Overrides:
- newSelectStatement in interface SQLFactoryImpl
protected Column readColumn(Table pTable, String pColumnName, int pDataType, String pTypeName, long pColumnSize, int pDecimalDigits, int pNullable)
- Overrides:
- readColumn in interface SQLFactoryImpl