Class
DBI::StatementHandle
In:
lib/dbi/dbi.rb
Parent:
Handle
Methods
[]
[]=
bind_param
cancel
column_info
column_names
each
execute
fetch
fetch_all
fetch_array
fetch_hash
fetch_many
fetch_scroll
fetchable?
finish
finished?
new
rows
Included Modules
Enumerable
DBI::Utils::ConvParam
Public Class methods
new
(handle, fetchable=false, prepared=true)
Public Instance methods
[]
(attr)
[]=
(attr, val)
bind_param
(param, value, attribs=nil)
cancel
()
column_info
()
column_names
()
each
(&p)
execute
(*bindvars)
fetch
() {|@row| ...}
fetch_all
()
fetch_array
() {|res| ...}
fetch_hash
() {|hash| ...}
fetch_many
(cnt)
fetch_scroll
(direction, offset=1)
fetchable?
()
finish
()
finished?
()
rows
()
[Validate]