All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----com.imaginary.sql.msql.MsqlEmptyResultSet
public synchronized boolean wasNull() throws SQLException
public synchronized InputStream getAsciiStream(String cname) throws SQLException
public synchronized InputStream getAsciiStream(int column) throws SQLException
public synchronized BigDecimal getBigDecimal(String cname, int scale) throws SQLException
public synchronized BigDecimal getBigDecimal(int column, int scale) throws SQLException
public synchronized InputStream getBinaryStream(String cname) throws SQLException
public synchronized InputStream getBinaryStream(int column) throws SQLException
public synchronized boolean getBoolean(String cname) throws SQLException
public synchronized boolean getBoolean(int column) throws SQLException
public synchronized byte getByte(String cname) throws SQLException
public synchronized byte getByte(int column) throws SQLException
public synchronized byte[] getBytes(String cname) throws SQLException
public synchronized byte[] getBytes(int column) throws SQLException
public String getCursorName() throws SQLException
public synchronized Date getDate(String cname) throws SQLException
public synchronized Date getDate(int column) throws SQLException
public synchronized double getDouble(String cname) throws SQLException
public synchronized double getDouble(int column) throws SQLException
public synchronized float getFloat(String cname) throws SQLException
public synchronized float getFloat(int column) throws SQLException
public synchronized int getInt(String cname) throws SQLException
public synchronized int getInt(int column) throws SQLException
public synchronized long getLong(String cname) throws SQLException
public synchronized long getLong(int column) throws SQLException
public ResultSetMetaData getMetaData() throws SQLException
public synchronized Object getObject(String cname) throws SQLException
public synchronized Object getObject(int column) throws SQLException
public synchronized short getShort(String cname) throws SQLException
public synchronized short getShort(int column) throws SQLException
public synchronized String getString(String cname) throws SQLException
public synchronized String getString(int column) throws SQLException
public synchronized Time getTime(String cname) throws SQLException
public synchronized Time getTime(int column) throws SQLException
public synchronized Timestamp getTimestamp(String cname) throws SQLException
public synchronized Timestamp getTimestamp(int column) throws SQLException
public synchronized InputStream getUnicodeStream(String cname) throws SQLException
public synchronized InputStream getUnicodeStream(int column) throws SQLException
public synchronized SQLWarning getWarnings() throws SQLException
public synchronized void clearWarnings() throws SQLException
public void close() throws SQLException
public synchronized int findColumn(String name) throws SQLException
public synchronized boolean next() throws SQLException
All Packages Class Hierarchy This Package Previous Next Index