Class BasicTransactionTable
- java.lang.Object
-
- edu.uiuc.ncsa.security.storage.sql.internals.Table
-
- org.oa4mp.delegation.common.transactions.storage.BasicTransactionTable
-
- Direct Known Subclasses:
ServiceTransactionTable
public abstract class BasicTransactionTable extends edu.uiuc.ncsa.security.storage.sql.internals.Table
Models and SQL table that holds transactions.Created by Jeff Gaynor
on May 10, 2010 at 10:44:32 AM
-
-
Constructor Summary
Constructors Constructor Description BasicTransactionTable(BasicTransactionKeys keys, String schema, String tablenamePrefix, String tablename)
The schema and prefix are not part of the table's information, actually, but are needed to create its fully qualified name in context.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected BasicTransactionKeys
btk()
void
createColumnDescriptors()
String
getByAccessTokenStatement()
String
getByTempCredStatement()
String
getByVerifierStatement()
String
toString()
-
Methods inherited from class edu.uiuc.ncsa.security.storage.sql.internals.Table
createInsertStatement, createMassInsertStatement, createRegisterStatement, createSelectAllStatement, createSelectStatement, createTableStatement, createUpdateStatement, fqTablename, getColumnDescriptor, getColumnTypeTranslator, getCreateTableStatement, getFQTablename, getPrimaryKeyColumnName, getSchema, getTablename, getTablenamePrefix, setTablename, setTablenamePrefix
-
-
-
-
Constructor Detail
-
BasicTransactionTable
public BasicTransactionTable(BasicTransactionKeys keys, String schema, String tablenamePrefix, String tablename)
The schema and prefix are not part of the table's information, actually, but are needed to create its fully qualified name in context. Hence they must be supplied.- Parameters:
schema
-tablenamePrefix
-
-
-
Method Detail
-
btk
protected BasicTransactionKeys btk()
-
createColumnDescriptors
public void createColumnDescriptors()
- Overrides:
createColumnDescriptors
in classedu.uiuc.ncsa.security.storage.sql.internals.Table
-
getByTempCredStatement
public String getByTempCredStatement()
-
getByAccessTokenStatement
public String getByAccessTokenStatement()
-
getByVerifierStatement
public String getByVerifierStatement()
-
toString
public String toString()
- Overrides:
toString
in classedu.uiuc.ncsa.security.storage.sql.internals.Table
-
-