TapKit::DBIExpression
- Class/Module:
- Class
- In:
-
lib/tapkit/access/adapters/dbi.rb
- Parent:
-
SQLExpression
Methods
adapter_class
bind_variable
format_value
must_use_bind_variable?
prepare_select
should_use_bind_variable?
use_bind_variables?
value_for_bind_variable
Public Class Methods
-
adapter_class()
Public Instance Methods
-
bind_variable( attribute, value )
-
format_value( value, attribute )
string type: | sql_for_string
|
date type: | sql_for_date
|
number type: | sql_for_number
|
-
must_use_bind_variable?( attribute )
-
prepare_select( attributes, lock, fetch_spec )
-
should_use_bind_variable?( attribute )
-
use_bind_variables?()
-
value_for_bind_variable( attribute, value )