ruby-oci8 API
OCI8
Class Methods
OCI8.new(userid, password, dbname = nil, privilege = nil)
Instance Methods
logoff()
exec(sql, *bindvars)
parse(sql)
describe_table(table_name)
commit()
rollback()
autocommit?
autocommit = boolean_value
long_read_len
long_read_len = size
prefetch_rows = rows
non_blocking?
non_blocking= boolean_value
break
OCI8::Cursor
Instance Methods
define(pos, type, length = nil)
bind_param(key, val, type = nil, length = nil)
[key]
[key] = val
keys
exec(*bindvars)
type
row_count
get_col_names
column_metadata
fetch
fetch_hash
close
rowid
prefetch_rows = rows
OCI8::CLOB
Class Methods
OCI8::CLOB.new(con, val)
Instance Methods
available?
read(size = nil)
write(string)
size
size=(len)
pos
pos = number
eof?
chunk_size
truncate(len)
tell
seek(pos)
rewind
OCI8::BLOB
Class Methods
OCI8::BLOB.new(con, val)
Instance Methods
available?
read(size = nil)
write(string)
size
size=(len)
pos
pos = number
eof?
chunk_size
truncate(len)
tell
seek(pos)
rewind
OCI8::BFILE
Instance Methods
exists?
dir_alias
dir_alias = name
filename
filename = name
read(size = nil)
size
pos
pos = number
eof?
tell
seek(pos)
rewind
OCI8::Metadata::Table
Class Methods
Instance Methods
obj_schema
obj_name
num_cols
columns
OCI8::Metadata::View
Class Methods
Instance Methods
obj_schema
obj_name
num_cols
columns
OCI8::Metadata::Column
Class Methods
Instance Methods
name
type_string
data_type
charset_form
nullable?
char_used?
char_size
data_size
precision
scale
fsprecision
lfprecision
Last modified:2007/11/24 00:04:25
Keyword(s):
References:[
SideMenu
] [
API Reference
]
ruby-oci8
[ English |
Japanese
]
This site is under construction.
Site Map
Top Page
Install and Setup
How to Install
Binary Package
Oracle Full Client
Oracle Instant Client
Report Install Problem
Platform Specific Issues
Usage
API Reference
ruby-oci8 API
OCI8
OCI8::Cursor
OCI8::CLOB
OCI8::BLOB
OCI8::BFILE
OCI8::Metadata::Table
OCI8::Metadata::View
OCI8::Metadata::Column
DBD::OCI8
FAQ
Note for Developers
Source Code
Coding Style
API Wrap
Keyword(s):
References:[SideMenu] [API Reference]