| Methods Summary | |
|---|---|
| String |
errorMessage() |
| int |
prepare(char sql) Prepares one sql statment - multiple are not supported. |
| int |
prepare(String sql) Prepares one sql statment - multiple are not supported. |
| int |
execute(char statment) executes and sql statement without returning a result set |
| int |
execute(String statment) executes and sql statement without returning a result set |
| void |
begin() |
| void |
commit() |
| void |
rollback() |
| ResultSet |
getResultSet(char statement) executes and get the result set |
| ResultSet |
getResultSet(String statement) executes and get the result set |
| int |
finish() close the current connection statement |