|
|
Demo projects
|
|
| Demo | Comment
|
|
|
| cgi | CGI program for the Apache WEB Server. Demonstrates how to use OCL with WEB applications.
|
| clob | Demonstrates how to work with CLOB fields as well as storing them to a file and retrieving them back into a table.
|
| crsql | Lightweight version of Oracle sqlplus developed with OCL.
|
| cursor | Demonstrates how to work with PL/SQL cursors.
|
| demo | Provides a template of step-by-step procedures necessary to build basic OCL applications.
|
| dmlarray | Shows usage of OCI DML Arrays with OCL. This feature allows to process a number of identical SQL statements all in a single call to an execute function. This may lead to a significant reduction in the number of round-trips from the client to the server.
|
| extproc | Demonstrates how to create external procedures for the Oracle. These procedures are then called on the server side from within SQL statements and may improve performance considerably in comparison to the PL/SQL stored procedures.
|
| loader | Shows usage of OraLoader class that use Direct Path Oracle API for loading large data amount into database.
|
| long | Working with LONG and LONG RAW fields.
|
| longchar | Demonstrates the principles of working with long string fields similar to the way as with the fields of type Long.
|
| mfc | Full-fledged windowed MFC application with OCL.
|
| plsqltable | Demonstrates work with PL/SQL tables or otherwise known as PL/SQL arrays.
|
| proc | Shows how to work with stored procedures returning REF CURSOR and how to obtain records from the cursor.
|
| query | Demonstrates principles of how to work with OraQuery class.
|
| recordset | Demonstrates basic concepts of working with OraCommand and OraRecordset classes. Provides various examples of using objects and methods from these classes.
|
| strproc | Demonstrates how OCL works with various types of stored procedures.
|
| threads | Shows how OCL library works in multi-threaded environment.
|
| vcl | C++Builder demo project. Introduces basic concepts of OCL inside C++Builder environment.
|