zoukankan      html  css  js  c++  java
  • ocilib(简介2)

    OCILIB encapsulates OCI in order to provide optimal reusability of code. It is free (open source - LGPL

    license), rich (about 550 simple functions) and its source code is platform-independent (MS Windows HP/UX, AIX, Solaris, Linux And Mac).

    OCILIB封装OCI为了提供最优的代码的可重用性。它是免费的(开源- LGPL   许可证),丰富(约550简单的函数)和它的源代码是独立于平台的(MS Windows,   惠普/ UX、AIX、Solaris,Linux和Mac)。

     

    OCILIB really boosts productivity of C/C++ database oriented development with its JDBC like API.

    OCILIB确实能够提高生产力的C / c++面向数据库发展的JDBC像API。

     

    OCILIB can combine the performance of C/C++ by proposing a pragmatic interface, easy to use, while

    maintaining richness in functionality. OCILIB is one of the few C/C++ based OCI libraries that provides

    complete Unicode support. An OCILIB application can be compiled either natively in ANSI or Unicode.

    OCILIB可以结合性能的C / c++通过提出一个务实的接口,易于使用,而  保持在功能丰富。OCILIB是为数不多的几个基于C / c++ OCI库,它提供  完整的Unicode支持。一个OCILIB应用程序可以被编译或本地ANSI或Unicode。

     

    Finally, OCILIB source code is 100% ISO C90 (and C99 for full Unicode support) and thus extremely

    portable! OCILIB does not require an Oracle client to develop Oracle application. Indeed, an application

    using OCILIB can link Oracle libraries at compilation time (static or dynamic linkage) or at runtime if the

    target OS supports dynamic loading of modules. OCILIB works on all platforms supported by Oracle

    (Microsoft Windows, Linux, UNIX, Mac ...).

    最后,OCILIB源代码是100%的ISO人私下偷偷收藏盒式(和C99全Unicode支持),因此非常  便携式!OCILIB不需要Oracle客户端开发Oracle应用程序。事实上,一个应用程序  使用OCILIB可以连接Oracle库在编译时间(静态或动态链接)或在运行时如果  目标操作系统支持动态加载的模块。在所有平台上工作的OCILIB Oracle支持  (微软Windows、Linux、UNIX、Mac……)。

  • 相关阅读:
    C#24种设计模式汇总
    传智播客C++视频学习笔记(5)
    传智播客C++视频学习笔记(3)
    传智播客C++视频学习笔记(1)
    Learning hard 网络编程
    Learning hard 学习笔记
    男人和女人 访问者模式
    其实你不懂老板的心 解释器模式
    项目多也别傻做 享元模式
    git常用命令
  • 原文地址:https://www.cnblogs.com/batman425/p/2726021.html
Copyright © 2011-2022 走看看