Package | Description |
---|---|
org.sqlite.core | |
org.sqlite.jdbc3 | |
org.sqlite.jdbc4 |
Modifier and Type | Class and Description |
---|---|
class |
CorePreparedStatement |
Modifier and Type | Field and Description |
---|---|
protected CoreStatement |
CoreResultSet.stmt |
Modifier and Type | Method and Description |
---|---|
boolean |
DB.execute(CoreStatement stmt,
Object[] vals) |
int |
DB.executeUpdate(CoreStatement stmt,
Object[] vals)
Execute an SQL INSERT, UPDATE or DELETE statement with the Stmt object and an array of
parameter values of the SQL statement..
|
int |
DB.finalize(CoreStatement stmt)
Destroys a statement.
|
void |
DB.prepare(CoreStatement stmt)
Complies the an SQL statement.
|
Constructor and Description |
---|
CoreResultSet(CoreStatement stmt)
Default constructor for a given statement.
|
Modifier and Type | Class and Description |
---|---|
class |
JDBC3PreparedStatement |
class |
JDBC3Statement |
Constructor and Description |
---|
JDBC3ResultSet(CoreStatement stmt) |
Modifier and Type | Class and Description |
---|---|
class |
JDBC4PreparedStatement |
class |
JDBC4Statement |
Constructor and Description |
---|
JDBC4ResultSet(CoreStatement stmt) |
Copyright © 2019. All rights reserved.