|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object edu.jhu.tmaj.database.sql.GeneralSQLMaker edu.jhu.tmaj.database.sql.OracleSQLMaker
final class OracleSQLMaker
A SQLMaker for an Oracle Database.
Field Summary |
---|
Fields inherited from class edu.jhu.tmaj.database.sql.GeneralSQLMaker |
---|
NULL_STRING |
Method Summary | |
---|---|
TwoSQLStatements |
getInsertSQL(InsertSQL insertSQL)
Returns a INSERT SQL string that is ready to be run on the database. |
static OracleSQLMaker |
getInstance()
|
protected java.lang.String |
getSQLValue(DatabaseField databaseField,
java.lang.Object object)
Get a sql-ready string given a java object. |
Methods inherited from class edu.jhu.tmaj.database.sql.GeneralSQLMaker |
---|
getDeleteSQL, getSelectSQL, getTableName, getUpdateSQL |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface edu.jhu.tmaj.database.sql.SQLMaker |
---|
getDeleteSQL, getSelectSQL, getUpdateSQL |
Method Detail |
---|
public static OracleSQLMaker getInstance()
public TwoSQLStatements getInsertSQL(InsertSQL insertSQL)
SQLMaker
getInsertSQL
in interface SQLMaker
getInsertSQL
in class GeneralSQLMaker
protected java.lang.String getSQLValue(DatabaseField databaseField, java.lang.Object object)
GeneralSQLMaker
getSQLValue
in class GeneralSQLMaker
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |