OpenAPI 1.0

Uses of Interface
com.aquafold.openapi.rdbms.schema.AQTrigger

Packages that use AQTrigger
com.aquafold.openapi.rdbms   
com.aquafold.openapi.rdbms.schema   
 

Uses of AQTrigger in com.aquafold.openapi.rdbms
 

Methods in com.aquafold.openapi.rdbms that return AQTrigger
 AQTrigger AQMetadata.extractTrigger(String database, String schema, String name, String tableSchema, String tableName)
          To get information on a trigger specified by the trigger name, table and the name of the table schema.
 AQTrigger[] AQMetadata.extractTriggers(String database, String schema)
          To get a list triggers from the database.
 

Uses of AQTrigger in com.aquafold.openapi.rdbms.schema
 

Methods in com.aquafold.openapi.rdbms.schema that return AQTrigger
 AQTrigger AQTable.extractTrigger(String name)
          To get information on a trigger associated with the table that is specified by the user.
 AQTrigger[] AQTable.extractTriggers()
          To get a list of triggers associated with the table.
 


OpenAPI 1.0


Copyright © 2010 AquaFold, Inc. All Rights Reserved. Use is subject to license terms.