OpenAPI 1.0

com.aquafold.openapi.rdbms.schema
Interface AQTrigger

All Superinterfaces:
AQSchemaObject, AQServerObject

public interface AQTrigger
extends AQSchemaObject

This interface represents a trigger.


Method Summary
 String getTableName()
          To get the name of the table associated with the trigger.
 
Methods inherited from interface com.aquafold.openapi.rdbms.AQSchemaObject
getDatabaseName, getSchemaName
 
Methods inherited from interface com.aquafold.openapi.rdbms.AQServerObject
getIcon, getName, getServerConnection, getTypeName, scriptCREATE, scriptCREATE, scriptDROP
 

Method Detail

getTableName

String getTableName()
To get the name of the table associated with the trigger.

Returns:
The name of the trigger.

OpenAPI 1.0


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