Skip to Main Content
JDBC Pocket Reference
book

JDBC Pocket Reference

by Donald Bales
January 2003
Intermediate to advanced content levelIntermediate to advanced
176 pages
5h 3m
English
O'Reilly Media, Inc.
Content preview from JDBC Pocket Reference
RowSet
The JDBC API
|
123
void setUrl(String url)
Sets the database URL used to establish a database
connection.
void setUsername(String name)
Sets the username used to establish a database connection.
Methods inherited from java.sql.ResultSet
boolean absolute(int row)
void afterLast( )
void beforeFirst( )
void cancelRowUpdates( )
void clearWarnings( )
void close( )
void deleteRow( )
int findColumn(String columnName)
boolean first( )
Array getArray(int columnIndex)
Array getArray(String columnName)
InputStream getAsciiStream(int columnIndex)
InputStream getAsciiStream(String columnName)
BigDecimal getBigDecimal(int columnIndex)
BigDecimal getBigDecimal(String columnName)
InputStream getBinaryStream(int columnIndex)
InputStream getBinaryStream(String columnName)
Blob getBlob(int columnIndex)
Blob getBlob(String columnName)
boolean getBoolean(int columnIndex)
boolean getBoolean(String columnName)
byte getByte(int columnIndex)
byte getByte(String columnName)
byte[ ] getBytes(int columnIndex)
byte[ ] getBytes(String columnName)
Returns the value as a byte array
Reader getCharacterStream(int columnIndex)
Reader getCharacterStream(String columnName)
Clob getClob(int columnIndex)
Clob getClob(String columnName)
int getConcurrency( )
String getCursorName( )
Date getDate(int columnIndex)
Date getDate(String columnName)
Date getDate(int columnIndex, Calendar calendar)
Date getDate(String columnName, Calendar calendar)
double getDouble(int ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Pro Couchbase Server, Second Edition

Pro Couchbase Server, Second Edition

David Ostrovsky, Mohammed Haji, Yaniv Rodenski
Pro Couchbase Server

Pro Couchbase Server

David Ostrovsky, Yaniv Rodenski

Publisher Resources

ISBN: 9780596528713