Uses of Enum
org.postgresql.core.SqlCommandType
Packages that use SqlCommandType
-
Uses of SqlCommandType in org.postgresql.core
Methods in org.postgresql.core that return SqlCommandTypeModifier and TypeMethodDescriptionstatic SqlCommandType
SqlCommandType.fromCommandStatus
(String commandStatus) Returns the SqlCommandType for the given command status.SqlCommand.getType()
static SqlCommandType
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.Methods in org.postgresql.core with parameters of type SqlCommandTypeModifier and TypeMethodDescriptionstatic 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) -
Uses of SqlCommandType in org.postgresql.jdbc
Constructors in org.postgresql.jdbc with parameters of type SqlCommandTypeModifierConstructorDescriptionResultWrapper
(long updateCount, long insertOID, SqlCommandType commandType) ResultWrapper
(ResultSet rs, SqlCommandType commandType)