|
|||||||||
| 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
public class OraSQLFactoryImpl
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.apache.ws.jaxme.sqls.impl.SQLFactoryImpl |
|---|
SQLFactoryImpl.IdentImpl |
| Nested classes/interfaces inherited from interface org.apache.ws.jaxme.sqls.SQLFactory |
|---|
SQLFactory.Ident |
| Constructor Summary | |
|---|---|
OraSQLFactoryImpl()
|
|
| Method Summary | |
|---|---|
protected ObjectFactory |
newObjectFactory()
|
SelectStatement |
newSelectStatement()
Creates a new SELECT statement. |
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, getObjectFactory, getSchema, getSchema, getSchema, getSchema, getSchemas, getTable, getTable, isColumnNameCaseSensitive, isSchemaNameCaseSensitive, isTableNameCaseSensitive, newDeleteStatement, newInsertStatement, newSchema, newSchema, newUpdateStatement |
| Constructor Detail |
|---|
public OraSQLFactoryImpl()
| Method Detail |
|---|
public SQLGenerator newSQLGenerator()
SQLFactoryCreates a new SQLGenerator.
newSQLGenerator in interface SQLFactorynewSQLGenerator 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 SQLFactoryImplprotected ObjectFactory newObjectFactory()
newObjectFactory in class SQLFactoryImplpublic SelectStatement newSelectStatement()
SQLFactoryCreates a new SELECT statement.
newSelectStatement in interface SQLFactorynewSelectStatement in class SQLFactoryImpl
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||