Class TXRecordTable


  • public class TXRecordTable
    extends edu.uiuc.ncsa.security.storage.sql.internals.Table

    Created by Jeff Gaynor
    on 12/14/20 at 10:22 AM

    • Method Detail

      • createColumnDescriptors

        public void createColumnDescriptors()
        Overrides:
        createColumnDescriptors in class edu.uiuc.ncsa.security.storage.sql.internals.Table
      • getSearchByParentIDStatement

        public String getSearchByParentIDStatement()
        Get the actual token records using the parent ID as the key. See also getByParentIDsStatement()
        Returns:
      • getByParentIDsStatement

        public String getByParentIDsStatement()
        Get the identifiers of all records with a given parent ID. In cases where a client is misbehaving, this may be huge, so we only work with ids.
        Returns:
      • getCountByParentIDStatement

        public String getCountByParentIDStatement()