|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Oracle | |
---|---|
com.caucho.quercus.lib.db |
Uses of Oracle in com.caucho.quercus.lib.db |
---|
Methods in com.caucho.quercus.lib.db with parameters of type Oracle | |
---|---|
static boolean |
OracleModule.oci_close(Env env,
Oracle conn)
Closes Oracle connection |
static boolean |
OracleModule.oci_commit(Env env,
Oracle conn)
Commits outstanding statements |
static OracleOciCollection |
OracleModule.oci_new_collection(Env env,
Oracle conn,
java.lang.String tdo,
java.lang.String schema)
Allocates new collection object |
static OracleStatement |
OracleModule.oci_new_cursor(Env env,
Oracle conn)
Allocates and returns a new cursor (statement handle) |
static OracleOciLob |
OracleModule.oci_new_descriptor(Env env,
Oracle conn,
int type)
Initializes a new empty LOB or FILE descriptor |
static OracleStatement |
OracleModule.oci_parse(Env env,
Oracle conn,
java.lang.String query)
Prepares Oracle statement for execution |
static boolean |
OracleModule.oci_password_change(Env env,
Oracle conn,
java.lang.String username,
java.lang.String oldPassword,
java.lang.String newPassword)
Changes password of Oracle's user |
static Value |
OracleModule.oci_rollback(Env env,
Oracle conn)
Rolls back outstanding transaction |
static java.lang.String |
OracleModule.oci_server_version(Env env,
Oracle conn)
Returns server version |
static Value |
OracleModule.ocicloselob(Env env,
Oracle conn)
Alias of OCI-Lob->close |
static Value |
OracleModule.ocicollappend(Env env,
Oracle conn)
Alias of OCI-Collection->append |
static Value |
OracleModule.ocicollassign(Env env,
Oracle conn)
Alias of OCI-Collection->assign |
static Value |
OracleModule.ocicollassignelem(Env env,
Oracle conn)
Alias of OCI-Collection->assignElem |
static Value |
OracleModule.ocicollgetelem(Env env,
Oracle conn)
Alias of OCI-Collection->getElem |
static Value |
OracleModule.ocicollmax(Env env,
Oracle conn)
Alias of OCI-Collection->max |
static Value |
OracleModule.ocicollsize(Env env,
Oracle conn)
Alias of OCI-Collection->size |
static Value |
OracleModule.ocicolltrim(Env env,
Oracle conn)
Alias of OCI-Collection->trim |
static boolean |
OracleModule.ocicommit(Env env,
Oracle conn)
Alias of oci_commit() |
static Value |
OracleModule.ocifreecollection(Env env,
Oracle conn)
Alias of OCI-Collection->free |
static Value |
OracleModule.ocifreedesc(Env env,
Oracle conn)
Alias of OCI-Lob->free |
static Value |
OracleModule.ociloadlob(Env env,
Oracle conn)
Alias of OCI-Lob->load |
static boolean |
OracleModule.ocilogoff(Env env,
Oracle conn)
Alias of oci_close() |
static OracleOciCollection |
OracleModule.ocinewcollection(Env env,
Oracle conn,
java.lang.String tdo,
java.lang.String schema)
Alias of oci_new_collection() |
static OracleStatement |
OracleModule.ocinewcursor(Env env,
Oracle conn)
Alias of oci_new_cursor() |
static OracleOciLob |
OracleModule.ocinewdescriptor(Env env,
Oracle conn,
int type)
Alias of oci_new_descriptor() |
static OracleStatement |
OracleModule.ociparse(Env env,
Oracle conn,
java.lang.String query)
Alias of oci_parse() |
static Value |
OracleModule.ocirollback(Env env,
Oracle conn)
Alias of oci_rollback() |
static Value |
OracleModule.ocisavelob(Env env,
Oracle conn)
Alias of OCI-Lob->save |
static Value |
OracleModule.ocisavelobfile(Env env,
Oracle conn)
Alias of OCI-Lob->import |
static java.lang.String |
OracleModule.ociserverversion(Env env,
Oracle conn)
Alias of oci_server_version() |
static Value |
OracleModule.ociwritelobtofile(Env env,
Oracle conn)
Alias of OCI-Lob->export |
static Value |
OracleModule.ociwritetemporarylob(Env env,
Oracle conn)
Alias of OCI-Lob->writeTemporary |
Constructors in com.caucho.quercus.lib.db with parameters of type Oracle | |
---|---|
OracleResult(java.sql.ResultSetMetaData metaData,
Oracle conn)
Constructor for OracleResult |
|
OracleResult(java.sql.ResultSet rs,
Oracle conn)
Constructor for OracleResult |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |