JDBC V3 Supported Syntax
This and the following pages describe the SQL JDBC Java DataBase Connectivity.
This is an application programming interface (API) for the Java programming language, which defines how a client may access a database. V3 statements and operations which are supported.
JDCB V3 Driver Syntax - Supporting Multiple Statements
statementList:
statement [ ';' statement ]* [ ';' ]
statement:
| explain | describe | query
Refer to the following related topics: