Author:Peter Gummer

Date:2011-02-17T12:41:53.000000Z


git-svn-id: https://svn.eiffel.com/eiffel-org/trunk@765 abb3cda0-5349-4a8f-a601-0c33ac3a8c38
This commit is contained in:
pgummer
2011-02-17 12:41:53 +00:00
parent 6b5db56d3c
commit 4bc625140e
2 changed files with 7 additions and 7 deletions

View File

@@ -1,7 +1,7 @@
[[Property:title|EiffelStore Interface Layer]]
[[Property:weight|0]]
[[Property:uuid|abd6c880-e0d8-0961-8cd2-d2ca43c1ce28]]
The Interface layer gathers a set of classes covering all the capabilities an application need to interface efficiently with a DBMS.
The Interface layer gathers a set of classes covering all the capabilities an application needs to interface efficiently with a DBMS.
Each of the following sections describes a particular database capability accessed through the EiffelStore interface layer. In general, each of these capabilities is made available in the interface layer by one class.

View File

@@ -1,11 +1,11 @@
[[Property:title|EiffelStore Tutorial]]
[[Property:weight|1]]
[[Property:uuid|542caa33-5dc1-d2ea-414b-b1739045edd9]]
EiffelStore main classes are grouped into 2 main layers:
* The [[EiffelStore Interface Layer|interface layer]] provides a high-level, unique interface for every DBMS.
* The [[EiffelStore Implementation Layer|implementation layer]] customizes high-level routines to various DBMS handles.
EiffelStore's main classes are grouped into 2 main layers:
* The [[EiffelStore Interface Layer|interface layer]] provides a high-level, unique interface for every DBMS.
* The [[EiffelStore Implementation Layer|implementation layer]] customizes high-level routines to various DBMS handles.
Other cluster can facilitate your database management:
* The [[EiffelStore Generation Cluster|generation cluster]] , with the EiffelStore wizard, generates a facilitated and dynamic interface with your database.
* The [[EiffelStore DataView Cluster|dataview cluster]] lets you create a customized database GUI.
Other clusters can facilitate your database management:
* The [[EiffelStore Generation Cluster|generation cluster]], with the EiffelStore wizard, generates a facilitated and dynamic interface to your database.
* The [[EiffelStore DataView Cluster|dataview cluster]] lets you create a customized database GUI.