Class ClientStoreTable
- java.lang.Object
-
- edu.uiuc.ncsa.security.storage.sql.internals.Table
-
- org.oa4mp.delegation.common.monitored.storage.MonitoredTable
-
- org.oa4mp.server.api.table.sql.storage.BaseClientTable
-
- org.oa4mp.server.api.table.sql.storage.ClientStoreTable
-
- Direct Known Subclasses:
OA2ClientTable
public class ClientStoreTable extends BaseClientTable
Created by Jeff Gaynor
on May 24, 2011 at 11:10:02 AM
-
-
Constructor Summary
Constructors Constructor Description ClientStoreTable(ClientKeys 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 void
createColumnDescriptors()
-
Methods inherited from class edu.uiuc.ncsa.myproxy.oa4mp.server.storage.sql.table.BaseClientTable
getBKK
-
Methods inherited from class edu.uiuc.ncsa.oa4mp.delegation.common.storage.monitored.MonitoredTable
getKeys
-
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, toString
-
-
-
-
Constructor Detail
-
ClientStoreTable
public ClientStoreTable(ClientKeys 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
-
createColumnDescriptors
public void createColumnDescriptors()
- Overrides:
createColumnDescriptors
in classBaseClientTable
-
-