Class: Aikido::Zen::SQL::Dialects::Dialect Private

Inherits:
Struct
  • Object
show all
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

Instance Method Summary collapse

Instance Attribute Details

#internals_keyObject Also known as: to_int

Returns the value of attribute internals_key

Returns:

  • (Object)

    the current value of internals_key



7
8
9
# File 'lib/aikido/zen/sql.rb', line 7

def internals_key
  @internals_key
end

#nameObject Also known as: to_s

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



7
8
9
# File 'lib/aikido/zen/sql.rb', line 7

def name
  @name
end

#placeholder_resolverObject

Returns the value of attribute placeholder_resolver

Returns:

  • (Object)

    the current value of 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