org.firebirdsql.jdbc
Interface FirebirdPreparedStatement
- FirebirdStatement, PreparedStatement, Statement
- FirebirdCallableStatement
- AbstractCallableStatement, AbstractPreparedStatement
public interface FirebirdPreparedStatement
Firebird extensions to the PreparedStatement
interface.
TYPE_COMMIT
public static final int TYPE_COMMIT
A COMMIT
statement
TYPE_DDL
public static final int TYPE_DDL
A DDL statment
TYPE_DELETE
public static final int TYPE_DELETE
A DELETE
statement
TYPE_EXEC_PROCEDURE
public static final int TYPE_EXEC_PROCEDURE
An EXEC PROCEDURE
statement
TYPE_GET_SEGMENT
public static final int TYPE_GET_SEGMENT
A GET SEGMENT statement
TYPE_INSERT
public static final int TYPE_INSERT
An INSERT
statement
TYPE_PUT_SEGMENT
public static final int TYPE_PUT_SEGMENT
A PUT SEGMENT statement
TYPE_ROLLBACK
public static final int TYPE_ROLLBACK
A ROLLBACK
statement
TYPE_SELECT
public static final int TYPE_SELECT
A SELECT
statement
TYPE_SELECT_FOR_UPDATE
public static final int TYPE_SELECT_FOR_UPDATE
A SELECT FOR UPDATE
statement
TYPE_SET_GENERATOR
public static final int TYPE_SET_GENERATOR
A SET GENERATOR
statement
TYPE_START_TRANS
public static final int TYPE_START_TRANS
A START TRANSACTION statement
TYPE_UPDATE
public static final int TYPE_UPDATE
An UPDATE
statement
getExecutionPlan
public String getExecutionPlan()
throws FBSQLException
Get the execution plan of this PreparedStatement
- The execution plan of the statement
getStatementType
public int getStatementType()
throws FBSQLException
Get the statement type of this PreparedStatement.
The returned value will be one of the TYPE_*
constant
values.
- The identifier for the given statement's type
Copyright B) 2001 David Jencks and other authors. All rights reserved.