Class DSTransactionTable

    • Field Summary

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

        columnDescriptor, keys, tablename
    • Constructor Summary

      Constructors 
      Constructor Description
      DSTransactionTable​(DSTransactionKeys 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.
    • Constructor Detail

      • DSTransactionTable

        public DSTransactionTable​(DSTransactionKeys 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 -