/** executes the given SQL statement via the defaultConnection
*/
public void executeSQL( String statementString ) throws SQLException
{
XStatement statement = defaultConnection().createStatement();
statement.execute( statementString );
}
/** closes the database document
*
* Any CloseVetoExceptions fired by third parties are ignored, and any reference to the