• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

examples/H15-May-2021-716581

src/H15-May-2021-36,41129,663

tests/H15-May-2021-59,93952,029

MakefileH A D03-May-202263.6 KiB2,5302,526

Makefile.fpcH A D13-May-20213.8 KiB10382

READMEH A D16-Sep-2012559 1610

fpmake.ppH A D13-May-20217.6 KiB288283

README

1
2fcl-sdo is an implementation in Object Pascal of the SDO standard.
3(Service Data Objects) by Inoussa Ouedraogo
4
5Service Data Objects are a way of keeping arbitrary data in memory and
6provides standardised means to query and modify this data. Its reference
7implementation is in Java and it is used mainly in web applications in
8combination with XML/XSD data.
9
10For more information, see
11http://www.ibm.com/developerworks/java/library/j-sdo/
12http://en.wikipedia.org/wiki/Service_Data_Objects
13
14The simple examples provided here will get you started in no time.
15
16