com.informix.jdbc
Class IfxStatement

java.lang.Object
  extended bycom.informix.jdbc.IfxStatement
All Implemented Interfaces:
Statement

public abstract class IfxStatement
extends Object
implements Statement

Mock class providing the declarations required to compile the Cocoon code when the actual library is not present.

Version:
$Id: IfxStatement.java 587758 2007-10-24 02:55:27Z vgritsenko $

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
 
Constructor Summary
IfxStatement()
           
 
Method Summary
abstract  int getSerial()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
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
 

Constructor Detail

IfxStatement

public IfxStatement()
Method Detail

getSerial

public abstract int getSerial()
                       throws SQLException
Throws:
SQLException


Copyright © 1999-2008 The Apache Software Foundation. All Rights Reserved.