Uses of Package
com.gengoai.sql.statement
-
Packages that use com.gengoai.sql.statement Package Description com.gengoai.sql com.gengoai.sql.object com.gengoai.sql.operator com.gengoai.sql.sqlite com.gengoai.sql.statement -
Classes in com.gengoai.sql.statement used by com.gengoai.sql Class Description AlterTable Defines an SQL Alter Table statement to alter the definition of a table.AlterTableAction.AddColumn Adds a columnAlterTableAction.AlterColumn Alters a column definitionAlterTableAction.DropColumn Drops a columnAlterTableAction.RenameColumn Renames a columnAlterTableAction.RenameTable Renames the tableCreate SQL create statement for SQL objects (Table, Index, Trigger, etc).Delete SQL DELETE statement for delete rows from a table.Drop SQL Drop statement for SQL Objects (Table, Index, Trigger, etc)Insert SQL Insert StatementInsertType Defines the type of Insert to performJoin SQL element defining a Join statement during selection.JoinType Type of JoinQueryStatement SQL Statement that performs a query over a database.Select SQL statement for selecting data from a tableUpdate SQL Update statementUpdateStatement SQL Statement that updates / modifies the database.UpdateType Defines the type of Update to performUpsertAction The action to perform for doing an upsert as part of index conflict in anInsert
statement.UpsertClause Defines an upsert clause when there is a key conflict on anInsert
statement -
Classes in com.gengoai.sql.statement used by com.gengoai.sql.object Class Description AlterTable Defines an SQL Alter Table statement to alter the definition of a table.Create SQL create statement for SQL objects (Table, Index, Trigger, etc).Drop SQL Drop statement for SQL Objects (Table, Index, Trigger, etc)Insert SQL Insert StatementInsertType Defines the type of Insert to performSelect SQL statement for selecting data from a tableUpdate SQL Update statementUpdateType Defines the type of Update to perform -
Classes in com.gengoai.sql.statement used by com.gengoai.sql.operator Class Description QueryStatement SQL Statement that performs a query over a database. -
Classes in com.gengoai.sql.statement used by com.gengoai.sql.sqlite Class Description Delete SQL DELETE statement for delete rows from a table.Select SQL statement for selecting data from a tableUpdate SQL Update statementUpdateStatement SQL Statement that updates / modifies the database.UpdateType Defines the type of Update to perform -
Classes in com.gengoai.sql.statement used by com.gengoai.sql.statement Class Description AlterTable Defines an SQL Alter Table statement to alter the definition of a table.AlterTableAction Actions that can be performed when altering a table.Create SQL create statement for SQL objects (Table, Index, Trigger, etc).Delete SQL DELETE statement for delete rows from a table.Drop SQL Drop statement for SQL Objects (Table, Index, Trigger, etc)Insert SQL Insert StatementInsertType Defines the type of Insert to performJoinType Type of JoinQueryStatement SQL Statement that performs a query over a database.Select SQL statement for selecting data from a tableUpdate SQL Update statementUpdateStatement SQL Statement that updates / modifies the database.UpdateType Defines the type of Update to performUpsertAction The action to perform for doing an upsert as part of index conflict in anInsert
statement.UpsertClause Defines an upsert clause when there is a key conflict on anInsert
statement