Oracle Class Library (OCL) provides native connectivity to the Oracle database server. OCL uses Oracle Call Interface (OCI) directly. OCI is low-level native application programming interface to access to Oracle. Using OCI in Oracle Class Library allows to create lightweight and fast applications working with Oracle. Oracle Class Library encapsulates OCI calls in high-level classes that allows to hide the complexity of using OCI directly and keep perfomance and all abilities of native routines. With OCL you can use the power and flexibility of SQL in your application programs without any restrictions.
特征综述 About Feature
声明:本产品中文介绍为慧都控件网版权所有,未经慧都公司书面许可,严禁拷贝、转载!
Following the main features of Oracle Class Library: - design and develop highly customized database applications
- improve performance of data processing in your applications
- compile the same application for different platforms
- automatically convert between Oracle internal datatypes and high-level language datatypes fetch rows quickly
- cache result rows in memory to process them later
- use arrays as input and output program variables
- call stored procedures easily
- handle errors
- use LONG fields in the database
- monitoring query execution by DBMonitor
更新时间:2008-3-4 | 录入时间:2006-6-8 | 编辑:huhm | 审核:zhaohf