ladybug::
Connection class
| Superclass | rb_cObject |
Public Instance Methods
Return the database object the connection belongs to (a Ladybug::Database).
Also aliased as:
db
Return the database object the connection belongs to (a Ladybug::Database).
Alias for: database
Returns the maximum number of threads of the connection to use for executing queries.
Sets the maximum number of threads of the connection to use for executing queries.
Execute the given query_string and return true if the query was successful.
Also aliased as:
run
Sets query timeout value in milliseconds for the connection.
Execute the given query_string and return true if the query was successful.
Alias for: query!