|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.ws.jaxme.sqls.impl.SQLFactoryImpl
org.apache.ws.jaxme.sqls.oracle.OraSQLFactoryImpl
Nested Class Summary |
Nested classes inherited from class org.apache.ws.jaxme.sqls.impl.SQLFactoryImpl |
SQLFactoryImpl.IdentImpl |
Nested classes inherited from class org.apache.ws.jaxme.sqls.SQLFactory |
SQLFactory.Ident |
Constructor Summary | |
OraSQLFactoryImpl()
|
Method Summary | |
SQLGenerator |
newSQLGenerator()
Creates a new SQLGenerator . |
protected Column |
readColumn(Table pTable,
java.lang.String pColumnName,
int pDataType,
java.lang.String pTypeName,
long pColumnSize,
int pDecimalDigits,
int pNullable)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.apache.ws.jaxme.sqls.SQLFactory |
getDefaultSchema, getMaxColumnNameLength, getMaxSchemaNameLength, getMaxTableNameLength, getSchema, getSchema, getSchema, getSchema, getSchemas, getTable, getTable, isColumnNameCaseSensitive, isSchemaNameCaseSensitive, isTableNameCaseSensitive, newDeleteStatement, newInsertStatement, newSchema, newSchema, newSelectStatement, newUpdateStatement |
Constructor Detail |
public OraSQLFactoryImpl()
Method Detail |
public SQLGenerator newSQLGenerator()
SQLFactory
Creates a new SQLGenerator
.
newSQLGenerator
in interface SQLFactory
newSQLGenerator
in class SQLFactoryImpl
protected Column readColumn(Table pTable, java.lang.String pColumnName, int pDataType, java.lang.String pTypeName, long pColumnSize, int pDecimalDigits, int pNullable)
readColumn
in class SQLFactoryImpl
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |