This allow you to define SQL Statement to current Connection
The SQL Object is the default SQL Statement object with connection to current database
For creating other connection: see SQL Connection
Function |
Description |
|---|---|
getSQLConnection() |
return the linked SQLConnection |
select(String SQL) |
|
execute(String SQL) |
Execute the SQL command (every command) and return resultSet |