Class: Aikido::Zen::SQL::Dialects::Dialect Private
- Inherits:
-
Struct
- Object
- Struct
- Aikido::Zen::SQL::Dialects::Dialect
- Defined in:
- lib/aikido/zen/sql.rb
This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.
Instance Attribute Summary collapse
-
#internals_key ⇒ Object
(also: #to_int)
Returns the value of attribute internals_key.
-
#name ⇒ Object
(also: #to_s)
Returns the value of attribute name.
-
#placeholder_resolver ⇒ Object
Returns the value of attribute placeholder_resolver.
Instance Method Summary collapse
Instance Attribute Details
#internals_key ⇒ Object Also known as: to_int
Returns the value of attribute internals_key
7 8 9 |
# File 'lib/aikido/zen/sql.rb', line 7 def internals_key @internals_key end |
#name ⇒ Object Also known as: to_s
Returns the value of attribute name
7 8 9 |
# File 'lib/aikido/zen/sql.rb', line 7 def name @name end |
#placeholder_resolver ⇒ Object
Returns the value of attribute placeholder_resolver
7 8 9 |
# File 'lib/aikido/zen/sql.rb', line 7 def placeholder_resolver @placeholder_resolver end |
Instance Method Details
#resolve_placeholder(*args, **kwargs) ⇒ Object
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
11 12 13 |
# File 'lib/aikido/zen/sql.rb', line 11 def resolve_placeholder(*args, **kwargs) placeholder_resolver.call(*args, **kwargs) end |