Uses of Class
org.postgresql.core.SqlCommandType
-
Packages that use SqlCommandType Package Description org.postgresql.core -
-
Uses of SqlCommandType in org.postgresql.core
Fields in org.postgresql.core declared as SqlCommandType Modifier and Type Field Description private SqlCommandTypeSqlCommand. commandTypeMethods in org.postgresql.core that return SqlCommandType Modifier and Type Method Description SqlCommandTypeSqlCommand. getType()private static SqlCommandTypeParser. parseWithCommandType(char[] aChars, int i, int keywordStart, int wordLength)static SqlCommandTypeSqlCommandType. 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.Methods in org.postgresql.core with parameters of type SqlCommandType Modifier and Type Method Description private static booleanParser. addReturning(java.lang.StringBuilder nativeSql, SqlCommandType currentCommandType, java.lang.String[] returningColumnNames, boolean isReturningPresent, boolean quoteReturningIdentifiers)static 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)Constructors in org.postgresql.core with parameters of type SqlCommandType Constructor Description SqlCommand(SqlCommandType type, boolean isBatchedReWriteConfigured, int valuesBraceOpenPosition, int valuesBraceClosePosition, boolean isPresent, int priorQueryCount)
-