Table of Contents
Valentina Kernel
VKERNEL.DLL - Valentina Kernel DLL contains Valentina DB Engine itself.
This DLL contains algorithms to read/write data from/to Valentina database files.
Valentina Kernel Elements
Valentina Kernel contains a set of Elements. Each Element is represented by some class in the API, or is an object to which we can send some SQL commands. Each such Element have own properties, elements and methods.
- Database - describes the Valentina Database.
- Fields – describes the Field object (Table Column).
- Calculated Fields – describes the Table Methods (Calculation Fields).
- Indexes – describes Valentina Database Indexes.
- IndexStyles – describes Index Styles.
- Links – describes Valentina Database Links.
- Triggers – describes Triggers.
- Stored Procedures – describes Stored Routines.
- KeyValues – describes KeyValues.