Uses of Class
org.postgresql.core.SqlCommand
Packages that use SqlCommand
-
Uses of SqlCommand in org.postgresql.core
Fields in org.postgresql.core declared as SqlCommandModifier and TypeFieldDescriptionstatic final SqlCommandSqlCommand.BLANKfinal SqlCommandNativeQuery.commandMethods in org.postgresql.core that return SqlCommandModifier 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) NativeQuery.getCommand()Query.getSqlCommand()Returns properties of the query (sql keyword, and some other parsing info).Constructors in org.postgresql.core with parameters of type SqlCommandModifierConstructorDescriptionNativeQuery(String nativeSql, int[] bindPositions, boolean multiStatement, SqlCommand dml) NativeQuery(String nativeSql, SqlCommand dml)