XAP

JDBC V3

This and the following pages describe the SQL JDBC 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: