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
CallableStatement
The JDBC API
|
53
void setInt(int parameterIndex, int x)
void setLong(int parameterIndex, long x)
void setNull(int parameterIndex, int sqlType)
void setNull(int parameterIndex, int sqlType, String typeName)
void setObject(int parameterIndex, Object x)
void setObject(int parameterIndex,Object x,int sqlType)
void setObject(int parameterIndex, Object x int sqlType,
int scale)
void setRef(int parameterIndex, Ref x)
void setShort(int parameterIndex, short x)
void setString(int parameterIndex, String x)
void setTime(int parameterIndex, java.sql.Time x)
void setTime(int parameterIndex, java.sql.Time x,
Calendar calendar)
void setTimestamp(int parameterIndex, Timestamp x)
void setTimestamp(int parameterIndex, Timestamp x,
Calendar calendar)
void setURL(int parameterIndex, URL x)
Methods inherited from java.sql.Statement
void addBatch(String sql)
void cancel( )
void clearBatch( )
void clearWarnings( )
void close( )
boolean execute(String sql)
boolean execute(String sql, int autoGeneratedKeys)
boolean execute(String sql, int[ ] columnIndexes)
boolean execute(String sql, String[ ] columnNames)
int[ ] executeBatch( )
ResultSet executeQuery(String sql)
int executeUpdate(String sql)
int executeUpdate(String sql, int autoGeneratedKeys)
int executeUpdate(String sql, int[ ] columnIndexes)
int executeUpdate(String sql, String[ ] columnNames)
Connection getConnection( )
int getFetchDirection( )
int getFetchSize(
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