External Interfaces > Reality Java Interface > SQL/JDBC Interface to Reality > JDBC Interfaces > RealSQLStatement

Comment on this topic

Documentation Comments

Use this form to comment on this topic. You can also provide any general observations about the Online Documentation, or request that additional information be added in a future release.

RealityV15.1Online Documentation (MoTW) Revision 7

RealSQLStatement (RealSQL-JDBC) (statemnt.htm)

To

Reality

Version

Topic

Submitted by

Company

Location

Email address

Comment

 

 

RealSQLStatement

The RealSQLStatement  class is responsible for executing statements and returning results. The client calls RealSQLStatement's executeQuery()  method to execute an SQL statement. This creates new RealSQLResultSetMetaData  and RealSQLResultSet  objects for each SQL statement processed. Only one ResultSet  can be active at any point in time - executing an SQL statement will close an active ResultSet, which means that any further data access methods invoked on that ResultSet  will throw an exception.

Two classes extend RealSQLStatement:

Reality does not support the return of a ResultSet  from a stored procedure.

RealityV15.1 (MoTW) Revision 7Comment on this topic