| Modifier and Type | Constant Field | Value |
|---|---|---|
protected static final String |
CREATE_STATEMENT |
"createStatement" |
protected static final int |
CREATE_STATEMENT_INDEX |
0 |
protected static final String |
EXECUTE |
"execute" |
protected static final String |
EXECUTE_BATCH |
"executeBatch" |
protected static final String |
EXECUTE_QUERY |
"executeQuery" |
protected static final String |
EXECUTE_UPDATE |
"executeUpdate" |
protected static final String |
PREPARE_CALL |
"prepareCall" |
protected static final int |
PREPARE_CALL_INDEX |
2 |
protected static final String |
PREPARE_STATEMENT |
"prepareStatement" |
protected static final int |
PREPARE_STATEMENT_INDEX |
1 |
Copyright © 2018 Amazon Web Services, Inc. All Rights Reserved.