source: trunk/tools/database/db.def@ 10367

Last change on this file since 10367 was 830, checked in by bird, 26 years ago

Initial checkin of the database.

File size: 710 bytes
Line 
1LIBRARY DB INITINSTANCE TERMINSTANCE
2DATA MULTIPLE NONSHARED
3
4EXPORTS
5 dbGetLastErrorDesc @1
6 dbConnect @2
7 dbDisconnect @3
8 dbCheckInsertDll @4
9 dbGet @5
10 dbInsertUpdateFunction @6
11 dbFindFunction @7
12 dbFindAuthor @8
13 dbGetFunctionState @9
14 dbUpdateFunction @10
15 dbCreateHistory @11
16 dbCheckIntegrity @12
17
18 dbExecuteQuery @13
19 dbQueryResultRows @14
20 dbFreeResult @15
21 dbFetch @16
22 dbDateToDaysAfterChrist @17
23 dbDaysAfterChristToDate @18
Note: See TracBrowser for help on using the repository browser.