Execute an INSERT or UPDATE statement
Parameters: oCon - Connection Open JDBC database connection Parameters: sSQL - String Command to be executed int Count of affected rows throws: SQLException -
Execute a SQL query and get a BigDecimal value as result
Parameters: oCon - Connection Open JDBC database connection Parameters: sSQL - String Command to be executed String Value of the first column selected by the query or nullif no row was found or selected row was null throws: SQLException - throws: NumberFormatException - throws: ClassCastException -
Execute a SQL query and get a BigDecimal value as result
Parameters: oCon - Connection Open JDBC database connection Parameters: sSQL - String Command to be executed String Value of the first column selected by the query or nullif no row was found or selected row was null throws: SQLException - throws: NumberFormatException - throws: ClassCastException -
Execute a SQL query and get an Integer value as result
Parameters: oCon - Connection Open JDBC database connection Parameters: sSQL - String Command to be executed Integer Value of the first column selected by the query or nullif no row was found or selected row was null throws: SQLException - throws: NumberFormatException - throws: ClassCastException -
Execute a SQL query and get a String value as result
Parameters: oCon - Connection Open JDBC database connection Parameters: sSQL - String Command to be executed String Value of the first column selected by the query or nullif no row was found or selected row was null throws: SQLException - throws: NumberFormatException - throws: ClassCastException -