Class ClientApprovalTable
- java.lang.Object
-
- edu.uiuc.ncsa.security.storage.sql.internals.Table
-
- org.oa4mp.server.api.storage.sql.table.ClientApprovalTable
-
public class ClientApprovalTable extends edu.uiuc.ncsa.security.storage.sql.internals.TableCreated by Jeff Gaynor
on May 26, 2011 at 9:41:59 AM
-
-
Constructor Summary
Constructors Constructor Description ClientApprovalTable(org.oa4mp.delegation.common.storage.clients.ClientApprovalKeys 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 org.oa4mp.delegation.common.storage.clients.ClientApprovalKeysca()voidcreateColumnDescriptors()-
Methods inherited from class edu.uiuc.ncsa.security.storage.sql.internals.Table
createInsertStatement, createMassInsertStatement, createRegisterStatement, createSelectAllStatement, createSelectStatement, createTableStatement, createUpdateStatement, createUpdateStatement, fqTablename, getColumnDescriptor, getColumnTypeTranslator, getCreateTableStatement, getFQTablename, getPrimaryKeyColumnName, getSchema, getTablename, getTablenamePrefix, setTablename, setTablenamePrefix, toString
-
-
-
-
Constructor Detail
-
ClientApprovalTable
public ClientApprovalTable(org.oa4mp.delegation.common.storage.clients.ClientApprovalKeys 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-
-
-