Method: PG::Connection#isnonblocking
- Defined in:
- lib/pg/connection.rb
#isnonblocking ⇒ Object Also known as: async_isnonblocking, nonblocking?
call-seq:
conn.isnonblocking() -> Boolean
Returns the blocking status of the database connection. Returns true if the connection is set to nonblocking mode and false if blocking.
460 461 462 |
# File 'lib/pg/connection.rb', line 460 def isnonblocking false end |