Create a new connection from the driver.
Parameters: url - the Sequoia url Parameters: login - the login to use to open the connection Parameters: password - the password to use to open the connection a new connection throws: ConsoleException - if login failed
enableMultilineStatement
public void enableMultilineStatement(boolean multilineStatementsEnabled)(Code)
Enables multiline statements to be able to write one statement on several
lines. A multiline statement is executed when the user inputs the request
delimiter String at the end of a line. By default multiline statement is
disabled (for backwards compatibility)
Parameters: multilineStatementsEnabled - true if multilinestatement must be enabled, false else
execSQL
public synchronized void execSQL(String request, boolean displayResult)(Code)
Executes a SQL statement.
Parameters: request - the SQL request to execute Parameters: displayResult - true if the result must be printed onthe standard output
Get a SavePoint identified by its name Parameters: name - name fo the SavePoint a SavePoint or null if noSavePoint with such a name has been previously added