public class JDBCPreparedStatementManager extends Object
| Constructor and Description |
|---|
JDBCPreparedStatementManager(JDBCConnector myConnector)
JDBC Prepared Statement Manager Constructor
|
| Modifier and Type | Method and Description |
|---|---|
PreparedStatement |
getJDBCPreparedStatements(DDBSEntity<DDBSEntityProperty> ddbsEntity,
PreparedStatementType type)
Get JDBCPreparedStatements of the object
|
PreparedStatement |
setJDBCPreparedStatements(DDBSEntity<DDBSEntityProperty> ddbsEntity,
PreparedStatementType type,
String query)
Get JDBCPreparedStatements of the object
|
public JDBCPreparedStatementManager(JDBCConnector myConnector)
myConnector - JDBC Connectorpublic PreparedStatement getJDBCPreparedStatements(DDBSEntity<DDBSEntityProperty> ddbsEntity, PreparedStatementType type)
ddbsEntity - Entitytype - Prepared statement typepublic PreparedStatement setJDBCPreparedStatements(DDBSEntity<DDBSEntityProperty> ddbsEntity, PreparedStatementType type, String query) throws SQLException
ddbsEntity - Entitytype - Prepared statement typequery - Query to prepareSQLException - SQLExceptionCopyright © 2016. All rights reserved.