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 SqlCommand
SqlCommand.BLANK
final SqlCommand
NativeQuery.command
Methods in org.postgresql.core that return SqlCommandModifier and TypeMethodDescriptionstatic 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) 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)