Database - Call level interface (CLI)

Data System Architecture

About

Call level interface (CLI) is a type of database interface (next to Jdbc/ODBC).

It's also known as the callable Structured Query Language (SQL) programming interface.

A callable SQL interface is a WinSock application programming interface (API) for database access that uses function calls to start dynamic SQL statements.





Discover More
Data System Architecture
Database - API (Interface)

To be able to run command remotely, several API have been specified. The implementation for each database is called a driver. You can: use them directly via your code or install them in your application...
Data System Architecture
Database management system (DBMS)

A DBMS is an application that controls: the organization, storage, management, and retrieval of data. A database is a collection of permanently stored data used by an application or enterprise....
Jdbc Class Architecture
JDBC (Java Database Connectivity)

JDBC – Java Database Connectivity is a Java API that provides access to most popular databases or to other tabular data sources. It provides methods for querying and updating data in a database. JDBC...
Card Puncher Data Processing
Oracle - OCI (Oracle Call Interface)

OCI stands for Oracle Call Interface (OCI). It's an database Call Level Interface API that permits to communicate with the Database.



Share this page:
Follow us:
Task Runner