JDBC V3
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.
GigaSpaces supports JDBC V3 standard SQL according to SQL-99 specifications.
JDCB V3 SQL Syntax - Supporting Multiple Statements
statementList:
statement [ ';' statement ]* [ ';' ]
statement:
| explain | describe | query
This topic includes the following sections: