apache
>
db
10.0 Manuals
Derby Site
About
About these manuals
About this web site
Doc Downloads
All docs: zip
All docs: tar.gz
Manuals
Getting Started
Table of Contents
Index
Reference Manual
Table of Contents
Index
Developer's Guide
Table of Contents
Index
Tuning Derby
Table of Contents
Index
Server & Admin Guide
Table of Contents
Index
Tools & Utility Guide
Table of Contents
Index
Font size:
java.sql.Statement
java.sql.Statement
java.sql.Statement
Table 17. JDBC2.0 java.sql.Statement Methods Supported
Returns
Signature
Implementation Notes
void
addBatch(String sql)
void
clearBatch()
int[]
executeBatch()
int
getFetchDirection()
Method call does not throw an exception, but call is ignored.
int
getFetchSize()
Method call does not throw an exception, but call is ignored.
int
getMaxFieldSize()
void
getMaxRows()
void
setEscapeProcessing(boolean enable)
void
setFetchDirection(int direction)
Method call does not throw an exception, but call is ignored.
void
setFetchSize(int rows)
Method call does not throw an exception, but call is ignored.
void
setMaxFieldSize(int max)
Has no effect on
Blobs
and
Clobs
.
void
setMaxRows()
Previous Page
Next Page
Table of Contents
Index