org.postgresql.core
Class SqlCommand
java.lang.Object
org.postgresql.core.SqlCommand
public class SqlCommand
- extends Object
Data Modification Language inspection support.
- Author:
- Jeremy Whiting [email protected], Christopher Deckers ([email protected])
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BLANK
public static final SqlCommand BLANK
isBatchedReWriteCompatible
public boolean isBatchedReWriteCompatible()
getBatchRewriteValuesBraceOpenPosition
public int getBatchRewriteValuesBraceOpenPosition()
getBatchRewriteValuesBraceClosePosition
public int getBatchRewriteValuesBraceClosePosition()
getType
public SqlCommandType getType()
isReturningKeywordPresent
public boolean isReturningKeywordPresent()
createStatementTypeInfo
public static SqlCommand createStatementTypeInfo(SqlCommandType type,
boolean isBatchedReWritePropertyConfigured,
int valuesBraceOpenPosition,
int valuesBraceClosePosition,
boolean isRETURNINGkeywordPresent,
int priorQueryCount)
createStatementTypeInfo
public static SqlCommand createStatementTypeInfo(SqlCommandType type)
createStatementTypeInfo
public static SqlCommand createStatementTypeInfo(SqlCommandType type,
boolean isRETURNINGkeywordPresent)
Copyright © 2016 PostgreSQL Global Development Group. All rights reserved.