it.imolinfo.jbi4cics.connection.jdbc.util
Interface DisconnectedStatement

All Superinterfaces:
java.sql.Statement
All Known Subinterfaces:
DisconnectedCallableStatement, DisconnectedPreparedStatement

public interface DisconnectedStatement
extends java.sql.Statement

Author:
raffaele

Field Summary
 
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
 
Method Summary
 boolean isConnected()
           
 void setConnected(boolean connected)
           
 void setConnection(java.sql.Connection con)
           
 
Methods inherited from interface java.sql.Statement
addBatch, cancel, clearBatch, clearWarnings, close, execute, execute, execute, execute, executeBatch, executeQuery, executeUpdate, executeUpdate, executeUpdate, executeUpdate, getConnection, getFetchDirection, getFetchSize, getGeneratedKeys, getMaxFieldSize, getMaxRows, getMoreResults, getMoreResults, getQueryTimeout, getResultSet, getResultSetConcurrency, getResultSetHoldability, getResultSetType, getUpdateCount, getWarnings, setCursorName, setEscapeProcessing, setFetchDirection, setFetchSize, setMaxFieldSize, setMaxRows, setQueryTimeout
 

Method Detail

setConnection

void setConnection(java.sql.Connection con)

setConnected

void setConnected(boolean connected)
                  throws java.sql.SQLException
Throws:
java.sql.SQLException

isConnected

boolean isConnected()


Copyright © 2005-2008 Imola Informatica. All Rights Reserved.