Package | Description |
---|---|
com.aquafold.openapi.rdbms | |
com.aquafold.openapi.rdbms.schema |
Modifier and Type | Method and Description |
---|---|
AQTrigger |
AQMetadata.extractTrigger(java.lang.String database,
java.lang.String schema,
java.lang.String name,
java.lang.String tableSchema,
java.lang.String tableName)
To get information on a trigger specified by the trigger name, table and the name of the table schema.
|
AQTrigger[] |
AQMetadata.extractTriggers(java.lang.String database,
java.lang.String schema)
To get a list triggers from the database.
|
Modifier and Type | Method and Description |
---|---|
AQTrigger |
AQTable.extractTrigger(java.lang.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.
|
Copyright © 2017 AquaFold, Inc. All Rights Reserved. Use is subject to license terms.