Class: PG::Connection
- Inherits:
-
Object
- Object
- PG::Connection
- Defined in:
- sig/pg.rbs
Instance Method Summary collapse
Instance Method Details
#close ⇒ void
This method returns an undefined value.
9 |
# File 'sig/pg.rbs', line 9
def close: () -> void
|
#exec ⇒ Object
8 |
# File 'sig/pg.rbs', line 8
def exec: (String sql) -> untyped
|
#finished? ⇒ Boolean
10 |
# File 'sig/pg.rbs', line 10
def finished?: () -> bool
|