public interface DbmsQueryResult extends Serializable
DbmsQueryResultMetaData getMetaData()
int getColumnCount()
String getColumnName(int index)
index - zero-based indexint getColumnType(int index)
index - zero-based indexvoid rewind()
boolean next()
long getRowCount()
Object getValue(int index)
index - This is a zero-based index.String getString(int index)
Boolean getBoolean(int index) throws SQLException
SQLExceptionBoolean getBoolean(String label) throws SQLException
SQLExceptionint getInt(int index)
int getInt(String label)
long getLong(int index)
long getLong(String label)
short getShort(int index)
short getShort(String label)
double getDouble(int index)
double getDouble(String label)
float getFloat(int index)
float getFloat(String label)
Date getDate(int index)
byte getByte(int index)
byte getByte(String label)
Timestamp getTimestamp(int index)
BigDecimal getBigDecimal(int index, int scale)
BigDecimal getBigDecimal(String label, int scale)
BigDecimal getBigDecimal(int index)
BigDecimal getBigDecimal(String label)
byte[] getBytes(int index)
byte[] getBytes(String label)
Time getTime(int index)
InputStream getAsciiStream(int index)
InputStream getAsciiStream(String label)
InputStream getUnicodeStream(int index)
InputStream getUnicodeStream(String label)
InputStream getBinaryStream(int index)
InputStream getBinaryStream(String label)
Ref getRef(int index)
Blob getBlob(int index) throws SQLException
SQLExceptionBlob getBlob(String label) throws SQLException
SQLExceptionClob getClob(int index)
Array getArray(int index)
URL getURL(int index)
RowId getRowId(int index)
NClob getNClob(int index)
SQLXML getSQLXML(int index)
void printContent()
Copyright © 2018 University of Michigan. All rights reserved.