|
|||||||||
| Home >> All >> org >> apache >> derby >> iapi >> [ sql overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.apache.derby.iapi.sql
Interface StatementType

- public interface StatementType
Different types of statements
| Field Summary | |
static int |
BULK_INSERT_REPLACE
|
static int |
DELETE
|
static int |
DISABLED
|
static int |
DROP_CASCADE
|
static int |
DROP_DEFAULT
|
static int |
DROP_RESTRICT
|
static int |
ENABLED
|
static int |
INSERT
|
static int |
RA_CASCADE
|
static int |
RA_NOACTION
|
static int |
RA_RESTRICT
|
static int |
RA_SETDEFAULT
|
static int |
RA_SETNULL
|
static int |
RENAME_COLUMN
|
static int |
RENAME_INDEX
|
static int |
RENAME_TABLE
|
static int |
SET_SCHEMA_DYNAMIC
|
static int |
SET_SCHEMA_USER
|
static int |
UNKNOWN
|
static int |
UPDATE
|
| Field Detail |
UNKNOWN
public static final int UNKNOWN
- See Also:
- Constant Field Values
INSERT
public static final int INSERT
- See Also:
- Constant Field Values
BULK_INSERT_REPLACE
public static final int BULK_INSERT_REPLACE
- See Also:
- Constant Field Values
UPDATE
public static final int UPDATE
- See Also:
- Constant Field Values
DELETE
public static final int DELETE
- See Also:
- Constant Field Values
ENABLED
public static final int ENABLED
- See Also:
- Constant Field Values
DISABLED
public static final int DISABLED
- See Also:
- Constant Field Values
DROP_CASCADE
public static final int DROP_CASCADE
- See Also:
- Constant Field Values
DROP_RESTRICT
public static final int DROP_RESTRICT
- See Also:
- Constant Field Values
DROP_DEFAULT
public static final int DROP_DEFAULT
- See Also:
- Constant Field Values
RENAME_TABLE
public static final int RENAME_TABLE
- See Also:
- Constant Field Values
RENAME_COLUMN
public static final int RENAME_COLUMN
- See Also:
- Constant Field Values
RENAME_INDEX
public static final int RENAME_INDEX
- See Also:
- Constant Field Values
RA_CASCADE
public static final int RA_CASCADE
- See Also:
- Constant Field Values
RA_RESTRICT
public static final int RA_RESTRICT
- See Also:
- Constant Field Values
RA_NOACTION
public static final int RA_NOACTION
- See Also:
- Constant Field Values
RA_SETNULL
public static final int RA_SETNULL
- See Also:
- Constant Field Values
RA_SETDEFAULT
public static final int RA_SETDEFAULT
- See Also:
- Constant Field Values
SET_SCHEMA_USER
public static final int SET_SCHEMA_USER
- See Also:
- Constant Field Values
SET_SCHEMA_DYNAMIC
public static final int SET_SCHEMA_DYNAMIC
- See Also:
- Constant Field Values
|
|||||||||
| Home >> All >> org >> apache >> derby >> iapi >> [ sql overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC