Package com.gengoai.sql.object
Class Trigger
- java.lang.Object
-
- com.gengoai.sql.object.SQLObject
-
- com.gengoai.sql.object.Trigger
-
- All Implemented Interfaces:
NamedSQLElement
,SQLElement
,Serializable
public class Trigger extends SQLObject
Defines an SQL Trigger
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
Trigger.TriggerBuilder
Builder class for constructing triggers
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getKeyword()
Gets the SQL Keyword associated with the object-
Methods inherited from class com.gengoai.sql.object.SQLObject
create, create, createIfNotExists, drop, drop, dropIfExists, getName
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.gengoai.sql.SQLElement
getClassName
-
-
-
-
Method Detail
-
getKeyword
public String getKeyword()
Description copied from class:SQLObject
Gets the SQL Keyword associated with the object- Specified by:
getKeyword
in classSQLObject
- Returns:
- the SQL keyword
-
-