Skip to end of metadata
Go to start of metadata

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
set id and national character set id at environment
creation time.

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
various modes.

OCIServerAttach()

 

Attach to a server; initialize server context handle.

OCIServerDetach()

 

Detach from a server; uninitialize server context
handle.

OCISessionBegin()

 

 

OCISessionEnd()

 

 

OCISessionGet()

 

 

OCISessionPoolCreate()

 

 

OCISessionPoolDestroy()

 

 

OCISessionRelease()

 

 

OCITerminate()

 

 

Statement Function

Oracle OCI

Altibase CLI

Comments

OCIStmtExecute()

 

 

OCIStmtFetch()

 

 

OCIStmtFetch2()

 

 

OCIStmtGetPieceInfo()

 

 

OCIStmtPrepare()

 

 

OCIStmtPrepare2()

 

 

OCIStmtRelease()

 

 

OCIStmtSetPieceInfo()

 

 

Example

  • No labels