Class ClientStoreTable

  • Direct Known Subclasses:
    OA2ClientTable

    public class ClientStoreTable
    extends BaseClientTable

    Created by Jeff Gaynor
    on May 24, 2011 at 11:10:02 AM

    • Field Summary

      • Fields inherited from class edu.uiuc.ncsa.security.storage.sql.internals.Table

        columnDescriptor, keys, tablename
    • 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.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 -