Name

nonblocking — Sets the database connection to be non-blocking

Synopsis

databaseObj.nonblocking

Description

#nonblocking sets the database connection to be non-blocking. Any long-running Statements that are executed will return immediately. Its #execute method must be called again to check whether its execution has been completed. #execute will return true in that case.