Uses of Enum
org.postgresql.core.SqlCommandType
Packages that use SqlCommandType
-
Uses of SqlCommandType in org.postgresql.core
Subclasses with type arguments of type SqlCommandType in org.postgresql.coreMethods in org.postgresql.core that return SqlCommandTypeModifier and TypeMethodDescriptionSqlCommand.getType()static SqlCommandTypeReturns 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 SqlCommandSqlCommand.createStatementTypeInfo(SqlCommandType type) static SqlCommandSqlCommand.createStatementTypeInfo(SqlCommandType type, boolean isRETURNINGkeywordPresent) static SqlCommandSqlCommand.createStatementTypeInfo(SqlCommandType type, boolean isBatchedReWritePropertyConfigured, int valuesBraceOpenPosition, int valuesBraceClosePosition, boolean isRETURNINGkeywordPresent, int priorQueryCount)