Class SqlJetPreparedStatement
java.lang.Object
org.tmatesoft.sqljet.core.internal.lang.SqlJetPreparedStatement
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
void
close()
byte[]
getBlobAsArray
(int columnIndex) getBlobAsStream
(int columnIndex) int
getColumnType
(int columnIndex) double
getFloat
(int columnIndex) long
getInteger
(int columnIndex) int
getText
(int columnIndex) boolean
isNull
(int columnIndex) void
reset()
void
setBlob
(int paramIndex, byte[] value) void
void
setFloat
(int paramIndex, double value) void
void
setInteger
(int paramIndex, long value) void
setInteger
(String paramName, long value) void
setNull
(int paramIndex) void
void
void
boolean
step()
Executes the statement or advances to the next row of the query results.
-
Constructor Details
-
SqlJetPreparedStatement
-
-
Method Details
-
close
- Throws:
SqlJetException
-
getParametersCount
- Throws:
SqlJetException
-
setInteger
- Throws:
SqlJetException
-
setFloat
- Throws:
SqlJetException
-
setText
- Throws:
SqlJetException
-
setBlob
- Throws:
SqlJetException
-
setNull
- Throws:
SqlJetException
-
setInteger
- Throws:
SqlJetException
-
setFloat
- Throws:
SqlJetException
-
setText
- Throws:
SqlJetException
-
setBlob
- Throws:
SqlJetException
-
setNull
- Throws:
SqlJetException
-
clearBindings
- Throws:
SqlJetException
-
step
Executes the statement or advances to the next row of the query results.- Throws:
SqlJetException
-
getColumnsCount
- Throws:
SqlJetException
-
getColumnType
- Throws:
SqlJetException
-
getInteger
- Throws:
SqlJetException
-
getFloat
- Throws:
SqlJetException
-
getText
- Throws:
SqlJetException
-
getBlobAsArray
- Throws:
SqlJetException
-
getBlobAsStream
- Throws:
SqlJetException
-
isNull
- Throws:
SqlJetException
-
reset
- Throws:
SqlJetException
-