| Modifier and Type | Class and Description |
|---|---|
class |
PostgreSQLAnalyzeTableStatement
PostgreSQL analyze table statement.
|
class |
PostgreSQLExplainStatement
PostgreSQL explain statement.
|
class |
PostgreSQLLoadStatement
PostgreSQL load statement.
|
class |
PostgreSQLResetParameterStatement
PostgreSQL reset parameter statement.
|
class |
PostgreSQLSetStatement
PostgreSQL set statement.
|
class |
PostgreSQLShowStatement
PostgreSQL show statement.
|
class |
PostgreSQLVacuumStatement
PostgreSQL vacuum statement.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PostgreSQLAlterRoleStatement
PostgreSQL alter role statement.
|
class |
PostgreSQLAlterUserStatement
PostgreSQL alter user statement.
|
class |
PostgreSQLCreateRoleStatement
PostgreSQL create role statement.
|
class |
PostgreSQLCreateUserStatement
PostgreSQL create user statement.
|
class |
PostgreSQLDropRoleStatement
PostgreSQL drop role statement.
|
class |
PostgreSQLDropUserStatement
PostgreSQL drop user statement.
|
class |
PostgreSQLGrantStatement
PostgreSQL grant statement.
|
class |
PostgreSQLRevokeStatement
PostgreSQL revoke 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 |
PostgreSQLCallStatement
PostgreSQL call statement.
|
class |
PostgreSQLDeleteStatement
PostgreSQL delete statement.
|
class |
PostgreSQLDoStatement
PostgreSQL do statement.
|
class |
PostgreSQLInsertStatement
PostgreSQL insert statement.
|
class |
PostgreSQLSelectStatement
PostgreSQL select statement.
|
class |
PostgreSQLUpdateStatement
PostgreSQL update statement.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PostgreSQLBeginTransactionStatement
PostgreSQL begin transaction statement.
|
class |
PostgreSQLCommitStatement
PostgreSQL commit statement.
|
class |
PostgreSQLReleaseSavepointStatement
PostgreSQL release savepoint statement.
|
class |
PostgreSQLRollbackStatement
PostgreSQL rollback statement.
|
class |
PostgreSQLRollbackToSavepointStatement
PostgreSQL rollback to savepoint statement.
|
class |
PostgreSQLSavepointStatement
PostgreSQL savepoint statement.
|
class |
PostgreSQLSetTransactionStatement
PostgreSQL set transaction statement.
|
Copyright © 2021 The Apache Software Foundation. All rights reserved.