com.caucho.db.sql
Class ResultSetImpl
java.lang.Object
com.caucho.db.sql.ResultSetImpl
- Direct Known Subclasses:
- SelectResultSetImpl
public abstract class ResultSetImpl
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ResultSetImpl
public ResultSetImpl()
next
public abstract boolean next()
throws java.sql.SQLException
- Throws:
java.sql.SQLException
findColumnIndex
public abstract int findColumnIndex(java.lang.String name)
throws java.sql.SQLException
- Throws:
java.sql.SQLException
getString
public abstract java.lang.String getString(int index)
throws java.sql.SQLException
- Throws:
java.sql.SQLException
getInt
public abstract int getInt(int index)
throws java.sql.SQLException
- Throws:
java.sql.SQLException
getLong
public abstract long getLong(int index)
throws java.sql.SQLException
- Throws:
java.sql.SQLException
getDouble
public abstract double getDouble(int index)
throws java.sql.SQLException
- Throws:
java.sql.SQLException
getDate
public abstract long getDate(int index)
throws java.sql.SQLException
- Throws:
java.sql.SQLException
wasNull
public abstract boolean wasNull()
throws java.sql.SQLException
- Throws:
java.sql.SQLException
close
public abstract void close()
throws java.sql.SQLException
- Throws:
java.sql.SQLException