Uses of Class
org.postgresql.core.SqlCommand
-
Packages that use SqlCommand Package Description org.postgresql.core -
-
Uses of SqlCommand in org.postgresql.core
Fields in org.postgresql.core declared as SqlCommand Modifier and Type Field Description static SqlCommandSqlCommand. BLANKSqlCommandNativeQuery. commandMethods in org.postgresql.core that return SqlCommand Modifier and Type Method Description 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)SqlCommandNativeQuery. getCommand()SqlCommandQuery. getSqlCommand()Returns properties of the query (sql keyword, and some other parsing info).Constructors in org.postgresql.core with parameters of type SqlCommand Constructor Description NativeQuery(java.lang.String nativeSql, int[] bindPositions, boolean multiStatement, SqlCommand dml)NativeQuery(java.lang.String nativeSql, SqlCommand dml)
-