Class: ActiveRecord::Tablefree::StatementCache

Inherits:
StatementCache
  • Object
show all
Defined in:
lib/activerecord/tablefree/statement_cache.rb

Defined Under Namespace

Classes: BindMap

Class Method Summary collapse

Instance Method Summary collapse

Class Method Details

.create(*_args) ⇒ Object



3
4
5
# File 'lib/activerecord/tablefree/statement_cache.rb', line 3

def self.create(*_args)
  new Object.new, ActiveRecord::Tablefree::StatementCache::BindMap.new
end

Instance Method Details

#executeObject



7
8
9
# File 'lib/activerecord/tablefree/statement_cache.rb', line 7

def execute
  nil
end