class PG::Connection

def isnonblocking

Returns +true+ if the connection is set to nonblocking mode and +false+ if blocking.
Returns the blocking status of the database connection.

conn.isnonblocking() -> Boolean
call-seq:
def isnonblocking
	false
end