Class QDLDB

    • Constructor Detail

      • QDLDB

        public QDLDB()
    • Method Detail

      • sqlConvert

        protected Object sqlConvert​(Object obj)
        Converts a generic object to a QDL object.
        Parameters:
        obj -
        Returns:
      • releaseConnection

        public void releaseConnection​(edu.uiuc.ncsa.security.storage.sql.ConnectionRecord c)
      • destroyConnection

        protected void destroyConnection​(edu.uiuc.ncsa.security.storage.sql.ConnectionRecord c)
      • doSQLExecute

        public Object doSQLExecute​(Object[] objects,
                                   String name)
        Used for both create and delete.
        Parameters:
        objects -
        name -
        Returns:
      • getArgStatement

        protected List<String> getArgStatement()
      • serializeToJSON

        public net.sf.json.JSONObject serializeToJSON()
        Description copied from interface: QDLModuleMetaClass
        Send back a serialization of state for this object. This allows for the state you choose to be serialized and then reloaded.

        NOTE

        There is no canonical form for this. Set it how you will and deserialize it accordingly.
        Specified by:
        serializeToJSON in interface QDLModuleMetaClass
        Returns: