Class
Criteria::SQLTable
In:
lib/criteria/sql.rb
Parent:
Table
Methods
_insert_arr
_insert_hash
_parse_row
_parse_val
_store_cols
create
drop
insert
map_type
new
to_s
translate_item
Attributes
_cols
[RW]
_typemap
[RW]
table
[R]
Public Class methods
create
(table, *args)
drop
(table)
map_type
(cls)
new
(table)
translate_item
(item)
Public Instance methods
_parse_row
(cols, row)
_parse_val
(val, type)
_store_cols
(args)
insert
(h, *args)
to_s
()
Protected Instance methods
_insert_arr
(a)
_insert_hash
(h)
[Validate]