Package | Description |
---|---|
com.xdev.jadoth.sqlengine.internal.tables |
Modifier and Type | Field and Description |
---|---|
protected static SqlTrigger.Time |
SqlDdlTable.AFTER
The Constant AFTER.
|
protected static SqlTrigger.Time |
SqlDdlTable.BEFORE
The Constant BEFORE.
|
protected SqlTrigger.Time |
SqlTrigger.time
The time.
|
Modifier and Type | Method and Description |
---|---|
SqlTrigger.Time |
SqlTrigger.getTime()
Gets the time.
|
static SqlTrigger.Time |
SqlTrigger.Time.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SqlTrigger.Time[] |
SqlTrigger.Time.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static SqlTrigger |
SqlTrigger.create(String name,
SqlTrigger.Time time,
SqlTrigger.Event event,
SqlTableIdentity table,
Object action,
String oldRowAlias,
String newRowAlias,
SqlCondition when)
Creates the.
|
protected static SqlTrigger |
SqlDdlTable.createTrigger(SqlTrigger.Time time,
SqlTrigger.Event event,
Object action)
Creates the trigger.
|
Constructor and Description |
---|
SqlTrigger(String name,
SqlTrigger.Time time,
SqlTrigger.Event event,
SqlTableIdentity table,
Object action)
Instantiates a new sql trigger.
|
Copyright © 2003–2021 XDEV Software. All rights reserved.