org.firebirdsql.jdbc
Interface FirebirdResultSet
public interface FirebirdResultSet
static int | CLOSE_CURSORS_AT_COMMIT - The constant indicating that
ResultSet objects should be
closed when the method Connection.commit is called.
|
static int | HOLD_CURSORS_OVER_COMMIT - The constant indicating that
ResultSet objects should not
be closed when the method Connection.commit is called.
|
CLOSE_CURSORS_AT_COMMIT
public static final int CLOSE_CURSORS_AT_COMMIT
The constant indicating that ResultSet
objects should be
closed when the method Connection.commit
is called.
Copied from JDBC 3.0 declaration to let code run in JDK 1.3.
HOLD_CURSORS_OVER_COMMIT
public static final int HOLD_CURSORS_OVER_COMMIT
The constant indicating that ResultSet
objects should not
be closed when the method Connection.commit
is called.
Copied from JDBC 3.0 declaration to let code run in JDK 1.3.
getExecutionPlan
public String getExecutionPlan()
throws SQLException
Get execution plan for the specified result set.
- execution plan for this query.
Copyright B) 2001 David Jencks and other authors. All rights reserved.