Overview
This page is a description about the comparison between functionalities Oracle CLI and Altibase CLI provides.
Table of Function supported
Altibase CLI is very similar to the ODBC(Open Database Connectivity).
Connect, Authorize, and Initialize Functions
Oracle OCI |
Altibase CLI |
Comments |
---|---|---|
OCIConnectionPoolCreate() |
|
Initializes the connection pool. |
OCIConnectionPoolDestroy() |
|
Destroys the connection pool. |
OCIEnvCreate() |
|
Creates and initializes an OCI environment. |
OCIEnvNlsCreate() |
|
Allows you to set character |
OCIEnvInit() |
|
Initialize an environment handle. |
OCIInitialize() |
|
Initialize OCI process environment. |
OCILogon() |
|
Simplified single-session logon. |
OCILogon2() |
|
This function is used to create a logon session in |
OCIServerAttach() |
|
Attach to a server; initialize server context handle. |
OCIServerDetach() |
|
Detach from a server; uninitialize server context |
OCISessionBegin() |
|
|
OCISessionEnd() |
|
|
OCISessionGet() |
|
|
OCISessionPoolCreate() |
|
|
OCISessionPoolDestroy() |
|
|
OCISessionRelease() |
|
|
OCITerminate() |
|
|
Statement Function
Oracle OCI |
Altibase CLI |
Comments |
---|---|---|
OCIStmtExecute() |
|
|
OCIStmtFetch() |
|
|
OCIStmtFetch2() |
|
|
OCIStmtGetPieceInfo() |
|
|
OCIStmtPrepare() |
|
|
OCIStmtPrepare2() |
|
|
OCIStmtRelease() |
|
|
OCIStmtSetPieceInfo() |
|
|