| Package | Description |
|---|---|
| org.postgresql.core | |
| org.postgresql.jdbc |
| Modifier and Type | Method and Description |
|---|---|
static SqlCommandType |
SqlCommandType.fromCommandStatus(java.lang.String commandStatus)
Returns the SqlCommandType for the given command status.
|
SqlCommandType |
SqlCommand.getType() |
static SqlCommandType |
SqlCommandType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SqlCommandType[] |
SqlCommandType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static SqlCommand |
SqlCommand.createStatementTypeInfo(SqlCommandType type) |
static SqlCommand |
SqlCommand.createStatementTypeInfo(SqlCommandType type,
boolean isRETURNINGkeywordPresent) |
static SqlCommand |
SqlCommand.createStatementTypeInfo(SqlCommandType type,
boolean isBatchedReWritePropertyConfigured,
int valuesBraceOpenPosition,
int valuesBraceClosePosition,
boolean isRETURNINGkeywordPresent,
int priorQueryCount) |
| Constructor and Description |
|---|
ResultWrapper(long updateCount,
long insertOID,
SqlCommandType commandType) |
ResultWrapper(java.sql.ResultSet rs,
SqlCommandType commandType) |
Copyright © 2023 PostgreSQL Global Development Group. All rights reserved.