SQLStatement

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 SQL statement and return resultSet in object

execute(String SQL)

Execute the SQL command (every command) and return resultSet