Package | Description |
---|---|
org.postgresql.core |
Modifier and Type | Field and Description |
---|---|
private SqlCommandType |
SqlCommand.commandType |
Modifier and Type | Method and Description |
---|---|
SqlCommandType |
SqlCommand.getType() |
private static SqlCommandType |
Parser.parseWithCommandType(char[] aChars,
int i,
int keywordStart,
int wordLength) |
static SqlCommandType |
SqlCommandType.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.
|
Modifier and Type | Method and Description |
---|---|
private static boolean |
Parser.addReturning(java.lang.StringBuilder nativeSql,
SqlCommandType currentCommandType,
java.lang.String[] returningColumnNames,
boolean isReturningPresent) |
static 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) |
Constructor and Description |
---|
SqlCommand(SqlCommandType type,
boolean isBatchedReWriteConfigured,
int valuesBraceOpenPosition,
int valuesBraceClosePosition,
boolean isPresent,
int priorQueryCount) |