| Modifier and Type | Class and Description |
|---|---|
class |
AlterDatabaseStatement
Alter Database statement.
|
class |
AlterFunctionStatement
Alter function statement.
|
class |
AlterIndexStatement
Alter index statement.
|
class |
AlterProcedureStatement
Alter procedure statement.
|
class |
AlterSystemStatement
Alter system statement.
|
class |
AlterTablespaceStatement
Alter tablespace statement.
|
class |
AlterTableStatement
Alter table statement.
|
class |
AlterViewStatement
Alter view statement.
|
class |
CreateDatabaseStatement
Create database statement.
|
class |
CreateFunctionStatement
Create function statement.
|
class |
CreateIndexStatement
Create index statement.
|
class |
CreateProcedureStatement
Create procedure statement.
|
class |
CreateTablespaceStatement
Create tablespace statement.
|
class |
CreateTableStatement
Create table statement.
|
class |
CreateViewStatement
Create view statement.
|
class |
DropDatabaseStatement
Drop database statement.
|
class |
DropFunctionStatement
Drop function statement.
|
class |
DropIndexStatement
Drop index statement.
|
class |
DropProcedureStatement
Drop procedure statement.
|
class |
DropTablespaceStatement
Drop tablespace statement.
|
class |
DropTableStatement
Drop table statement.
|
class |
DropViewStatement
Drop view statement.
|
class |
TruncateStatement
Truncate table statement.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MySQLAlterDatabaseStatement
MySQL alter database statement.
|
class |
MySQLAlterEventStatement
MySQL alter event statement.
|
class |
MySQLAlterFunctionStatement
MySQL alter function statement.
|
class |
MySQLAlterInstanceStatement
MySQL alter instance statement.
|
class |
MySQLAlterLogfileGroupStatement
MySQL alter logfile group statement.
|
class |
MySQLAlterProcedureStatement
MySQL alter procedure statement.
|
class |
MySQLAlterServerStatement
MySQL alter server statement.
|
class |
MySQLAlterTablespaceStatement
MySQL alter tablespace statement.
|
class |
MySQLAlterTableStatement
MySQL alter table statement.
|
class |
MySQLAlterViewStatement
MySQL alter view statement.
|
class |
MySQLCreateDatabaseStatement
MySQL create database statement.
|
class |
MySQLCreateEventStatement
MySQL create event statement.
|
class |
MySQLCreateFunctionStatement
MySQL create function statement.
|
class |
MySQLCreateIndexStatement
MySQL create index statement.
|
class |
MySQLCreateLogfileGroupStatement
MySQL create logfile group statement.
|
class |
MySQLCreateProcedureStatement
MySQL create procedure statement.
|
class |
MySQLCreateServerStatement
MySQL create server statement.
|
class |
MySQLCreateTablespaceStatement
MySQL create tablespace statement.
|
class |
MySQLCreateTableStatement
MySQL create table statement.
|
class |
MySQLCreateTriggerStatement
MySQL create trigger statement.
|
class |
MySQLCreateViewStatement
MySQL create view statement.
|
class |
MySQLDropDatabaseStatement
MySQL drop database statement.
|
class |
MySQLDropEventStatement
MySQL drop event statement.
|
class |
MySQLDropFunctionStatement
MySQL drop function statement.
|
class |
MySQLDropIndexStatement
MySQL drop index statement.
|
class |
MySQLDropLogfileGroupStatement
MySQL drop logfile group statement.
|
class |
MySQLDropProcedureStatement
MySQL drop procedure statement.
|
class |
MySQLDropServerStatement
MySQL drop server statement.
|
class |
MySQLDropTablespaceStatement
MySQL drop tablespace statement.
|
class |
MySQLDropTableStatement
MySQL drop table statement.
|
class |
MySQLDropTriggerStatement
MySQL drop trigger statement.
|
class |
MySQLDropViewStatement
MySQL drop view statement.
|
class |
MySQLRenameTableStatement
MySQL rename table statement.
|
class |
MySQLTruncateStatement
MySQL truncate table statement.
|
| Modifier and Type | Class and Description |
|---|---|
class |
OracleAlterDatabaseStatement
Oracle alter database statement.
|
class |
OracleAlterIndexStatement
Oracle alter index statement.
|
class |
OracleAlterSessionStatement
Oracle alter session statement.
|
class |
OracleAlterSynonymStatement
Oracle alter synonym statement.
|
class |
OracleAlterSystemStatement
Oracle alter system statement.
|
class |
OracleAlterTableStatement
Oracle alter table statement.
|
class |
OracleCreateIndexStatement
Oracle create index statement.
|
class |
OracleCreateTableStatement
Oracle create table statement.
|
class |
OracleDropIndexStatement
Oracle drop index statement.
|
class |
OracleDropTableStatement
Oracle drop table statement.
|
class |
OracleTruncateStatement
Oracle truncate table statement.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PostgreSQLAlterFunctionStatement
PostgreSQL alter function statement.
|
class |
PostgreSQLAlterIndexStatement
PostgreSQL alter index statement.
|
class |
PostgreSQLAlterProcedureStatement
PostgreSQL alter procedure statement.
|
class |
PostgreSQLAlterSequenceStatement
PostgreSQL alter sequence statement.
|
class |
PostgreSQLAlterTablespaceStatement
PostgreSQL alter tablespace statement.
|
class |
PostgreSQLAlterTableStatement
PostgreSQL alter table statement.
|
class |
PostgreSQLAlterViewStatement
PostgreSQL alter view statement.
|
class |
PostgreSQLCreateDatabaseStatement
PostgreSQL create database statement.
|
class |
PostgreSQLCreateFunctionStatement
PostgreSQL create function statement.
|
class |
PostgreSQLCreateIndexStatement
PostgreSQL create index statement.
|
class |
PostgreSQLCreateProcedureStatement
PostgreSQL create procedure statement.
|
class |
PostgreSQLCreateSequenceStatement
PostgreSQL create sequence statement.
|
class |
PostgreSQLCreateTablespaceStatement
PostgreSQL create tablespace statement.
|
class |
PostgreSQLCreateTableStatement
PostgreSQL create table statement.
|
class |
PostgreSQLCreateViewStatement
PostgreSQL create view statement.
|
class |
PostgreSQLDeallocateStatement
PostgreSQL deallocate statement.
|
class |
PostgreSQLDropDatabaseStatement
PostgreSQL drop database statement.
|
class |
PostgreSQLDropFunctionStatement
PostgreSQL drop function statement.
|
class |
PostgreSQLDropIndexStatement
PostgreSQL drop index statement.
|
class |
PostgreSQLDropProcedureStatement
PostgreSQL drop procedure statement.
|
class |
PostgreSQLDropSequenceStatement
PostgreSQL drop sequence statement.
|
class |
PostgreSQLDropTablespaceStatement
PostgreSQL drop tablespace statement.
|
class |
PostgreSQLDropTableStatement
PostgreSQL drop table statement.
|
class |
PostgreSQLDropViewStatement
PostgreSQL drop view statement.
|
class |
PostgreSQLExecuteStatement
PostgreSQL execute statement.
|
class |
PostgreSQLPrepareStatement
PostgreSQL prepare statement.
|
class |
PostgreSQLTruncateStatement
PostgreSQL truncate table statement.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SQL92AlterTableStatement
SQL92 alter table statement.
|
class |
SQL92CreateTableStatement
SQL92 create table statement.
|
class |
SQL92DropTableStatement
SQL92 drop table statement.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SQLServerAlterIndexStatement
SQLServer alter index statement.
|
class |
SQLServerAlterTableStatement
SQLServer alter table statement.
|
class |
SQLServerCreateIndexStatement
SQLServer create index statement.
|
class |
SQLServerCreateTableStatement
SQLServer create table statement.
|
class |
SQLServerDropIndexStatement
SQLServer drop index statement.
|
class |
SQLServerDropTableStatement
SQLServer drop table statement.
|
class |
SQLServerTruncateStatement
SQLServer truncate table statement.
|
Copyright © 2021 The Apache Software Foundation. All rights reserved.