Class: Green::EM::PG::PGconn
- Inherits:
-
Green::EM::PG
- Object
- EM::PG
- Green::EM::PG
- Green::EM::PG::PGconn
- Extended by:
- Forwardable
- Defined in:
- lib/green-em/pg/sequel.rb
Constant Summary collapse
- CONNECTION_OK =
::PG::CONNECTION_OK
Constants inherited from Green::EM::PG
Instance Method Summary collapse
-
#block ⇒ Object
alias :async_exec :send_query alias :prepare :send_prepare alias :exec_prepared :send_query_prepared alias :finish :close.
Methods inherited from Green::EM::PG
Instance Method Details
#block ⇒ Object
alias :async_exec :send_query alias :prepare :send_prepare alias :exec_prepared :send_query_prepared alias :finish :close
60 61 62 |
# File 'lib/green-em/pg/sequel.rb', line 60 def block true end |