com.agimatec.dbmigrate.util
Class SQLCursor

java.lang.Object
  extended by com.agimatec.dbmigrate.util.ResultSetDelegate
      extended by com.agimatec.dbmigrate.util.SQLCursor

public class SQLCursor
extends ResultSetDelegate

Description:
Copyright: Copyright (c) 2007
Company: Agimatec GmbH

Author:
Roman Stumm

Field Summary
 
Fields inherited from class com.agimatec.dbmigrate.util.ResultSetDelegate
resultSet
 
Constructor Summary
SQLCursor(Statement aStmt, ResultSet aResultSet)
           
 
Method Summary
 void close()
           
 Statement getStatement()
           
 
Methods inherited from class com.agimatec.dbmigrate.util.ResultSetDelegate
absolute, afterLast, beforeFirst, clearWarnings, findColumn, first, getArray, getArray, getAsciiStream, getAsciiStream, getBigDecimal, getBigDecimal, getBinaryStream, getBinaryStream, getBlob, getBlob, getBoolean, getBoolean, getByte, getByte, getBytes, getBytes, getCharacterStream, getCharacterStream, getClob, getClob, getConcurrency, getCursorName, getDate, getDate, getDate, getDate, getDouble, getDouble, getFetchDirection, getFetchSize, getFloat, getFloat, getInt, getInt, getLong, getLong, getMetaData, getObject, getObject, getObject, getObject, getRef, getRef, getRow, getShort, getShort, getString, getString, getTime, getTime, getTime, getTime, getTimestamp, getTimestamp, getTimestamp, getTimestamp, getType, getURL, getURL, getWarnings, isAfterLast, isBeforeFirst, isFirst, isLast, last, next, previous, relative, rowDeleted, rowInserted, rowUpdated, setFetchDirection, setFetchSize, wasNull
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SQLCursor

public SQLCursor(Statement aStmt,
                 ResultSet aResultSet)
Method Detail

close

public void close()
           throws SQLException
Overrides:
close in class ResultSetDelegate
Throws:
SQLException

getStatement

public Statement getStatement()
Overrides:
getStatement in class ResultSetDelegate


Copyright © 2008-2011. All Rights Reserved.