Package com.gengoai.sql
Interface SQLElement
-
- All Superinterfaces:
Serializable
- All Known Subinterfaces:
AlterTableAction
,CompositeSQLElement
,NamedSQLElement
,PreRenderedSQL
,SQLOperable
,UpdateStatement
- All Known Implementing Classes:
AlterTable
,AlterTableAction.AddColumn
,AlterTableAction.AlterColumn
,AlterTableAction.DropColumn
,AlterTableAction.RenameColumn
,AlterTableAction.RenameTable
,Between
,Column
,ConflictClause
,Create
,Deferrable
,Delete
,Drop
,ForeignKeyAction
,Index
,InfixBinaryOperator
,Insert
,Join
,JoinType
,PostfixUnaryOperator
,PrefixUnaryOperator
,QueryOperator
,QueryStatement
,Select
,SQLDMLOperation
,SQLFunction
,SQLiteFullTextTable
,SQLObject
,SQLOperator
,Table
,Trigger
,TriggerTime
,Update
,UpsertAction
,UpsertClause
public interface SQLElement extends Serializable
The base interface for all SQL constructs.
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default String
getClassName()
-
-
-
Method Detail
-
getClassName
default String getClassName()
-
-