public static PreparedStatement
prepareDatabase(String aTableName, HashMap
aHeaderVariables, Connection aConnection, boolean isArrayMode)
throws SQLException;
Used to create a prepared statement using the driver information and the connection.
- aTableName
- aHeaderVariables
- aConnection
- isArrayMode
returns the prepared statement