public static enum TestKit.TestStatement extends Enum<TestKit.TestStatement>
TestKit.expand(TestStatement, Object...).| Modifier and Type | Method and Description |
|---|---|
String |
getSql() |
static TestKit.TestStatement |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TestKit.TestStatement[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TestKit.TestStatement INSERT_VALUE_PLACEHOLDER
public static final TestKit.TestStatement INSERT_VALUE100
public static final TestKit.TestStatement INSERT_VALUE200
public static final TestKit.TestStatement INSERT_TWO_VALUES_PLACEHOLDER
public static final TestKit.TestStatement SELECT_VALUE
public static final TestKit.TestStatement CREATE_TABLE
public static final TestKit.TestStatement DROP_TABLE
public static final TestKit.TestStatement SELECT_VALUE_BATCH
public static final TestKit.TestStatement INSERT_VALUE_AUTOGENERATED_KEY
public static final TestKit.TestStatement CREATE_TABLE_AUTOGENERATED_KEY
public static final TestKit.TestStatement INSERT_BLOB_VALUE_PLACEHOLDER
public static final TestKit.TestStatement CREATE_BLOB_TABLE
public static final TestKit.TestStatement DROP_BLOB_TABLE
public static final TestKit.TestStatement SELECT_BLOB_VALUE
public static final TestKit.TestStatement INSERT_CLOB_VALUE_PLACEHOLDER
public static final TestKit.TestStatement SELECT_CLOB_VALUE
public static final TestKit.TestStatement CREATE_CLOB_TABLE
public static final TestKit.TestStatement DROP_CLOB_TABLE
public static final TestKit.TestStatement INSERT_TWO_COLUMNS
public static final TestKit.TestStatement SELECT_VALUE_TWO_COLUMNS
public static final TestKit.TestStatement SELECT_VALUE_ALIASED_COLUMNS
public static final TestKit.TestStatement CREATE_TABLE_TWO_COLUMNS
public static final TestKit.TestStatement DROP_TABLE_TWO_COLUMNS
public static TestKit.TestStatement[] values()
for (TestKit.TestStatement c : TestKit.TestStatement.values()) System.out.println(c);
public static TestKit.TestStatement 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 getSql()
Copyright © 2022. All rights reserved.