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.TriggerDescriptor

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

Methods in org.apache.derby.iapi.sql.dictionary that return TriggerDescriptor
 TriggerDescriptor DataDictionary.getTriggerDescriptor(org.apache.derby.catalog.UUID uuid)
          Get a TriggerDescriptor given its UUID.
 TriggerDescriptor DataDictionary.getTriggerDescriptor(java.lang.String name, SchemaDescriptor sd)
          Get the stored prepared statement descriptor given a sps name.
 TriggerDescriptor DataDescriptorGenerator.newTriggerDescriptor(SchemaDescriptor sd, org.apache.derby.catalog.UUID uuid, java.lang.String name, int eventMask, boolean isBefore, boolean isRow, boolean isEnabled, TableDescriptor td, org.apache.derby.catalog.UUID whenSPSId, org.apache.derby.catalog.UUID actionSPSId, java.sql.Timestamp creationTimestamp, int[] referencedCols, java.lang.String triggerDefinition, boolean referencingOld, boolean referencingNew, java.lang.String oldReferencingName, java.lang.String newReferencingName)
          Create a new trigger descriptor.
 

Methods in org.apache.derby.iapi.sql.dictionary with parameters of type TriggerDescriptor
 void DataDictionary.updateTriggerDescriptor(TriggerDescriptor triggerd, org.apache.derby.catalog.UUID formerUUID, int[] colsToSet, org.apache.derby.iapi.store.access.TransactionController tc)
          Update the trigger descriptor in question.
 void DataDictionary.dropTriggerDescriptor(TriggerDescriptor descriptor, org.apache.derby.iapi.store.access.TransactionController tc)
          Drops the given TriggerDescriptor that is associated with the given table and constraint type from the data dictionary.