Class RBatis::Statement
In: lib/rbatis.rb
Parent: Object

Methods

Included Modules

Sanitizer

Constants

SHORTCUTS = { :select => Select, :select_one => SelectOne, :select_value => SelectValue, :insert => Insert, :delete => Delete, :update => Update, }

Attributes

connection_provider  [RW] 
execution_count  [R] 
proc  [R] 

Public Class methods

Public Instance methods

[Validate]