Use this method to obtain the result of the execution of a statement which has been executed asynchronously by
calling gda.connection.Connection.asyncStatementExecute. This function is non locking and will return null (and no
error will be set) if the statement has not been executed yet.
If the statement has been executed, this method returns the same value as gda.connection.Connection.statementExecute
would have if the statement had been
executed synchronously.
Use this method to obtain the result of the execution of a statement which has been executed asynchronously by calling gda.connection.Connection.asyncStatementExecute. This function is non locking and will return null (and no error will be set) if the statement has not been executed yet.
If the statement has been executed, this method returns the same value as gda.connection.Connection.statementExecute would have if the statement had been executed synchronously.