JavaScript is disabled on your browser.
Skip navigation links
SQLJet Home
Overview
Package
Class
Tree
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
org.tmatesoft.sqljet.core.schema
Interface ISqlJetTriggerDef
All Known Implementing Classes:
SqlJetTriggerDef
public interface
ISqlJetTriggerDef
Trigger Definition.
Author:
TMate Software Ltd.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
String
getName
()
String
getTableName
()
String
toSQL
()
Method Details
getName
String
getName
()
Returns:
name of this trigger.
getTableName
String
getTableName
()
Returns:
name of the table this trigger is set on.
toSQL
String
toSQL
()
Returns:
SQL used to define this trigger.