Class SqlJetPreparedStatement
java.lang.Object
org.tmatesoft.sqljet.core.internal.lang.SqlJetPreparedStatement
- Author:
- TMate Software Ltd., Dmitry Stadnik (dtrace@seznam.cz)
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidclose()byte[]getBlobAsArray(int columnIndex) getBlobAsStream(int columnIndex) intgetColumnType(int columnIndex) doublegetFloat(int columnIndex) longgetInteger(int columnIndex) intgetText(int columnIndex) booleanisNull(int columnIndex) voidreset()voidsetBlob(int paramIndex, byte[] value) voidvoidsetFloat(int paramIndex, double value) voidvoidsetInteger(int paramIndex, long value) voidsetInteger(String paramName, long value) voidsetNull(int paramIndex) voidvoidvoidbooleanstep()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
-