|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
|
+--org.ephman.abra.database.GenericFactoryBase
|
+--org.ephman.abra.database.FactoryBase
FactoryBase class - base for all the JDBC based Merlin db factories.
| Nested Class Summary |
| Nested classes inherited from class org.ephman.abra.database.GenericFactoryBase |
GenericFactoryBase.QueryResult |
| Field Summary |
| Fields inherited from class org.ephman.abra.database.GenericFactoryBase |
DEEP, endDates, SHALLOW, VERSION_NUMBER |
| Constructor Summary | |
FactoryBase()
|
|
| Method Summary | |
boolean |
dbNeedsId()
|
protected int |
getLastId(DatabaseSession dbSess)
|
protected void |
setClob(DatabaseSession dbSess,
java.sql.ResultSet rs,
java.lang.String columnName,
java.lang.String value)
a routine to get an oracle clob stream and set the value here |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public FactoryBase()
| Method Detail |
protected void setClob(DatabaseSession dbSess,
java.sql.ResultSet rs,
java.lang.String columnName,
java.lang.String value)
throws java.sql.SQLException
setClob in class GenericFactoryBasers - an open resultset which needs this valuecolumnName - the column to get aclobvalue - the string to set in that column
java.sql.SQLExceptionpublic boolean dbNeedsId()
dbNeedsId in class GenericFactoryBase
protected int getLastId(DatabaseSession dbSess)
throws java.sql.SQLException
getLastId in class GenericFactoryBasejava.sql.SQLException
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||