Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Class
org.apache.derby.iapi.sql.dictionary.SPSDescriptor

Uses of SPSDescriptor in org.apache.derby.iapi.sql.dictionary
 

Fields in org.apache.derby.iapi.sql.dictionary declared as SPSDescriptor
private  SPSDescriptor TriggerDescriptor.actionSPS
           
private  SPSDescriptor TriggerDescriptor.whenSPS
           
 

Methods in org.apache.derby.iapi.sql.dictionary that return SPSDescriptor
 SPSDescriptor TriggerDescriptor.getActionSPS(org.apache.derby.iapi.sql.conn.LanguageConnectionContext lcc)
          Get the trigger action sps
 SPSDescriptor TriggerDescriptor.getWhenClauseSPS()
          Get the trigger when clause sps
 SPSDescriptor DataDictionary.getSPSDescriptor(org.apache.derby.catalog.UUID uuid)
          Get a SPSDescriptor given its UUID.
 SPSDescriptor DataDictionary.getSPSDescriptor(java.lang.String name, SchemaDescriptor sd)
          Get the stored prepared statement descriptor given a sps name.
 

Methods in org.apache.derby.iapi.sql.dictionary with parameters of type SPSDescriptor
 org.apache.derby.iapi.types.DataTypeDescriptor[] DataDictionary.getSPSParams(SPSDescriptor spsd, java.util.Vector defaults)
          Get all the parameter descriptors for an SPS.
 void DataDictionary.addSPSDescriptor(SPSDescriptor descriptor, org.apache.derby.iapi.store.access.TransactionController tc, boolean wait)
          Adds the given SPSDescriptor to the data dictionary, associated with the given table and constraint type.
 void DataDictionary.updateSPS(SPSDescriptor spsd, org.apache.derby.iapi.store.access.TransactionController tc, boolean recompile, boolean updateSYSCOLUMNS, boolean wait, boolean firstCompilation)
          Updates SYS.SYSSTATEMENTS with the info from the SPSD.
 void DataDictionary.dropSPSDescriptor(SPSDescriptor descriptor, org.apache.derby.iapi.store.access.TransactionController tc)
          Drops the given SPSDescriptor.