Package | Description |
---|---|
com.feedzai.commons.sql.abstraction.engine |
Contains the database engine core.
|
com.feedzai.commons.sql.abstraction.engine.impl |
Database specific implementations.
|
Modifier and Type | Method and Description |
---|---|
void |
DatabaseEngine.clearParameters(String name)
Clears the prepared statement parameters.
|
void |
AbstractDatabaseEngine.clearParameters(String name)
Clears the prepared statement parameters.
|
void |
DatabaseEngine.executePS(String name)
Executes the specified prepared statement.
|
void |
AbstractDatabaseEngine.executePS(String name)
Executes the specified prepared statement.
|
Integer |
DatabaseEngine.executePSUpdate(String name)
Executes update on the specified prepared statement.
|
Integer |
AbstractDatabaseEngine.executePSUpdate(String name)
Executes update on the specified prepared statement.
|
void |
DatabaseEngine.setParameter(String name,
int index,
Object param)
Sets the parameter on the specified index.
|
void |
AbstractDatabaseEngine.setParameter(String name,
int index,
Object param) |
void |
DatabaseEngine.setParameters(String name,
Object... params)
Sets the parameters on the specified prepared statement.
|
void |
AbstractDatabaseEngine.setParameters(String name,
Object... params) |
Modifier and Type | Method and Description |
---|---|
void |
DB2Engine.setParameter(String name,
int index,
Object param) |
void |
DB2Engine.setParameters(String name,
Object... params) |
Copyright © 2014 Feedzai. All Rights Reserved.