Download 7.0 database tools

Survey
yes no Was this document useful for you?
   Thank you for your participation!

* Your assessment is very important for improving the workof artificial intelligence, which forms the content of this project

Document related concepts

Entity–attribute–value model wikipedia , lookup

Extensible Storage Engine wikipedia , lookup

Navitaire Inc v Easyjet Airline Co. and BulletProof Technologies, Inc. wikipedia , lookup

SQL wikipedia , lookup

Ingres (database) wikipedia , lookup

Functional Database Model wikipedia , lookup

Concurrency control wikipedia , lookup

Microsoft Access wikipedia , lookup

Database wikipedia , lookup

PL/SQL wikipedia , lookup

Microsoft SQL Server wikipedia , lookup

Relational model wikipedia , lookup

Clusterpoint wikipedia , lookup

Microsoft Jet Database Engine wikipedia , lookup

Versant Object Database wikipedia , lookup

Oracle Database wikipedia , lookup

Database model wikipedia , lookup

Open Database Connectivity wikipedia , lookup

Transcript
®
Allegro CL 7.0
[email protected]
www.franz.com
1(888)CLOS NOW
+1(510)452-2000
555 12th Street, Suite 1450
Oakland, CA 94607 USA
Database Tools
. . . . . . . . .
Do More with the Data
The dynamic, object-oriented nature of Lisp makes it an ideal development language to handle disparate
data types in today’s applications. The Allegro Common Lisp 7.0 family of products provides reliable, highperformance and scalable connections to most popular databases.
Allegro Oracle Direct Connect:
Provides direct, high-performance access to Oracle databases (version 8 or higher) using the Oracle C
Interface (OCI) libraries from Oracle, without needing ODBC.
• Allows many connections to the same or different databases
• Connections can be made in blocking or non-blocking modes
• Requires Oracle Client Libraries be installed (free from Oracle)
Allegro MySQL Direct Connect:
Provides direct, high-performance access to MySQL databases without needing ODBC.
• Speaks the same client protocol used in all other languages that work with the MySQL server
• Access to the network data buffers, when data is returned by the MySQL server
• No need to allocate space for intermediate forms of data (as needed in a multi-level interface)
• Has a set of macros to make it easy to create queries at runtime
Allegro ODBC:
Provides a universal interface between Lisp applications and relational databases such as SQL Server,
Access and Sybase.
• Ensures portability of database applications with Microsoft’s ODBC protocol
• Concurrently accesses multiple, heterogeneous databases
• Allows Lisp code in the middle of a query to better customize requests
• Minimizes allocation of Lisp objects needed to hold database results
• Parameterized inserts in cached SQL for faster processing
• Supports SQL transactions.
• Requires ODBC drivers that support either the V2.0 or the V3.0 ODBC definition
. . . . . . . . . . .
AllegroStore :
®
A production-ready, persistent object-oriented database management system based on ObjectStore 6.1,
service pack 2.
• Changes database schema on the fly without locking out users
• Supports dynamic class definitions and modifications, lazy instance update, multiple inheritance,
method combination, incremental compilation and automatic memory management
• Maintains referential integrity.
• Allows client and server processes to run on different types of computers
• Provides transaction-based access to persistent objects
• Provides cross-platform homogeneity among 32-bit HP-UX, Linux, Solaris, and Windows platforms
NDBM Database Interface:
An interface to the simple collection of dabatase tools provided by Unix and similar operating systems.
• Provides an interface to the Unix ndbm library
• Not recommended for complex database requirements
• Not available on Microsoft Windows
FRANZ INC.
Copyright © 1998 - 2004 Franz Inc. All rights reserved. Allegro CL and AllegroStore are registered trademarks of Franz Inc. and AllegroServe,
Allegro Webactions, Allegro Oracle Direct Connect, Allegro MySQL Direct Connect, Allegro Prolog, Allegro ORBLink, Allegro jLinker, Allegro
Runtime Analyzer, Allegro ODBC, Allegro CLIM, Allegro Runtime, Allegro Dynamic Runtime, Allegro Partner and AI Built-in, All the Way Down
are trademarks of Franz Inc. All other trademarks are property of their respective owners