public class EmptyResultSet extends Objectimplements IResultSet
| Constructor and Description |
|---|
EmptyResultSet()
|
public boolean next()
throws QueryException
next in interface
IResultSet
QueryException
public int getInt(int position)
throws QueryException
getInt in interface
IResultSet
QueryException
public long getLong(int position)
throws QueryException
getLong in interface
IResultSet
QueryException
public StringgetString(int position) throws QueryException
getString in interface
IResultSet
QueryException
public double getDouble(int position)
throws QueryException
getDouble in interface
IResultSet
QueryException
public boolean getBoolean(int position)
throws QueryException
getBoolean in interface
IResultSet
QueryException
public void close()
throws QueryException
close in interface
IResultSet
QueryException