JDBC V3 Supported Syntax

This and the following pages describe the SQL JDBCClosed 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.

JDBC V3 offers full SQL 99 coverage.

JDCB V3  Driver Syntax - Supporting Multiple Statements

statementList:

statement [ ';' statement ]* [ ';' ]

 

statement:

|   explain
|   describe
|   query

 

Refer to the following related topics: