Uses of Enum Class
org.postgresql.core.SqlCommandType
Packages that use SqlCommandType
-
Uses of SqlCommandType in org.postgresql.core
Fields in org.postgresql.core declared as SqlCommandTypeMethods in org.postgresql.core that return SqlCommandTypeModifier and TypeMethodDescriptionSqlCommand.getType()
private static SqlCommandType
Parser.parseWithCommandType
(char[] aChars, int i, int keywordStart, int wordLength) static SqlCommandType
Returns the enum constant of this class with the specified name.static SqlCommandType[]
SqlCommandType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.postgresql.core with parameters of type SqlCommandTypeModifier and TypeMethodDescriptionprivate static boolean
Parser.addReturning
(StringBuilder nativeSql, SqlCommandType currentCommandType, String[] returningColumnNames, boolean isReturningPresent, boolean quoteReturningIdentifiers) 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) Constructors in org.postgresql.core with parameters of type SqlCommandTypeModifierConstructorDescriptionprivate
SqlCommand
(SqlCommandType type, boolean isBatchedReWriteConfigured, int valuesBraceOpenPosition, int valuesBraceClosePosition, boolean isPresent, int priorQueryCount)