struct DB::Connection::Options
- DB::Connection::Options
- Struct
- Value
- Object
Defined in:
db/connection.crConstructors
Class Method Summary
Instance Method Summary
- #clone
- #copy_with(prepared_statements _prepared_statements = @prepared_statements, prepared_statements_cache _prepared_statements_cache = @prepared_statements_cache)
- #prepared_statements : Bool
- #prepared_statements_cache : Bool
Constructor Detail
Class Method Detail
Instance Method Detail
def copy_with(prepared_statements _prepared_statements = @prepared_statements, prepared_statements_cache _prepared_statements_cache = @prepared_statements_cache)
#