org.firebirdsql.jdbc
Class FBStatement

java.lang.Object
  extended by org.firebirdsql.jdbc.AbstractStatement
      extended by org.firebirdsql.jdbc.FBStatement
All Implemented Interfaces:
java.sql.Statement, java.sql.Wrapper, FirebirdStatement, Synchronizable

public class FBStatement
extends AbstractStatement

Author:
Roman Rokytskyy

Nested Class Summary
 
Nested classes/interfaces inherited from class org.firebirdsql.jdbc.AbstractStatement
AbstractStatement.StatementResult
 
Field Summary
 
Fields inherited from class org.firebirdsql.jdbc.AbstractStatement
completed, connection, currentStatementResult, fetchSize, firstWarning, fixedStmt, gdsHelper, maxRows, statementListener
 
Fields inherited from interface java.sql.Statement
CLOSE_ALL_RESULTS, CLOSE_CURRENT_RESULT, EXECUTE_FAILED, KEEP_CURRENT_RESULT, NO_GENERATED_KEYS, RETURN_GENERATED_KEYS, SUCCESS_NO_INFO
 
Constructor Summary
FBStatement(org.firebirdsql.gds.impl.GDSHelper c, int rsType, int rsConcurrency, int rsHoldability, FBObjectListener.StatementListener statementListener)
           
 
Method Summary
 java.util.logging.Logger getParentLogger()
           
 
Methods inherited from class org.firebirdsql.jdbc.AbstractStatement
addBatch, addWarning, cancel, checkValidity, clearBatch, clearWarnings, close, closeOnCompletion, completeStatement, completeStatement, equals, execute, execute, execute, execute, executeBatch, executeQuery, executeUpdate, executeUpdate, executeUpdate, executeUpdate, finalize, forgetResultSet, getConnection, getCurrentResultSet, getDeletedRowsCount, getFetchDirection, getFetchSize, getGeneratedKeys, getInsertedRowsCount, getLastExecutionPlan, getMaxFieldSize, getMaxRows, getMoreResults, getMoreResults, getQueryTimeout, getResultSet, getResultSet, getResultSetConcurrency, getResultSetHoldability, getResultSetType, getSynchronizationObject, getUpdateCount, getUpdateCountInternal, getUpdatedRowsCount, getWarnings, hashCode, hasOpenResultSet, internalExecute, isClosed, isCloseOnCompletion, isExecuteProcedureStatement, isPoolable, isValid, isWrapperFor, nativeSQL, notifyStatementCompleted, notifyStatementCompleted, notifyStatementStarted, notifyStatementStarted, prepareFixedStatement, setCursorName, setEscapeProcessing, setFetchDirection, setFetchSize, setMaxFieldSize, setMaxRows, setPoolable, setQueryTimeout, toArray, unwrap
 
Methods inherited from class java.lang.Object
clone, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FBStatement

public FBStatement(org.firebirdsql.gds.impl.GDSHelper c,
                   int rsType,
                   int rsConcurrency,
                   int rsHoldability,
                   FBObjectListener.StatementListener statementListener)
            throws java.sql.SQLException
Throws:
java.sql.SQLException
Method Detail

getParentLogger

public java.util.logging.Logger getParentLogger()
                                         throws java.sql.SQLFeatureNotSupportedException
Throws:
java.sql.SQLFeatureNotSupportedException


Copyright © 2001-2019 Jaybird (Firebird JDBC/JCA) team. All rights reserved.