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