public enum SQLCommandType extends Enum<SQLCommandType>
| Enum Constant and Description |
|---|
ADD_GEOMETRY_COLUMN |
ALTER_TABLE |
CLARUS_METADATA |
CLARUS_PROTECTED |
CLOSE_CURSOR |
COMMIT |
CREATE_INDEX |
CREATE_TABLE |
DECLARE_CURSOR |
DELETE |
DROP_TABLE |
FETCH_CURSOR |
INSERT |
ROLLBACK |
SELECT |
SET |
START_TRANSACTION |
UPDATE |
| Modifier and Type | Method and Description |
|---|---|
String |
getPattern() |
static SQLCommandType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SQLCommandType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SQLCommandType START_TRANSACTION
public static final SQLCommandType COMMIT
public static final SQLCommandType ROLLBACK
public static final SQLCommandType CREATE_TABLE
public static final SQLCommandType ALTER_TABLE
public static final SQLCommandType ADD_GEOMETRY_COLUMN
public static final SQLCommandType DROP_TABLE
public static final SQLCommandType INSERT
public static final SQLCommandType UPDATE
public static final SQLCommandType DELETE
public static final SQLCommandType SELECT
public static final SQLCommandType DECLARE_CURSOR
public static final SQLCommandType FETCH_CURSOR
public static final SQLCommandType CLOSE_CURSOR
public static final SQLCommandType SET
public static final SQLCommandType CREATE_INDEX
public static final SQLCommandType CLARUS_METADATA
public static final SQLCommandType CLARUS_PROTECTED
public static SQLCommandType[] values()
for (SQLCommandType c : SQLCommandType.values()) System.out.println(c);
public static SQLCommandType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String getPattern()
Copyright © 2017 The CLARUS Consortium. All rights reserved.