fpc/packages/fcl-sdo
2021-06-24 00:16:00 +00:00
..
examples
src * Fix compilation after Lacos changes to TFieldType 2020-10-27 14:27:49 +00:00
tests * Patch from Inoussa implementing getter/setter for variants (bug ID 25759) 2014-02-24 09:34:21 +00:00
fpmake.pp - disabled compilation on the wasi target for packages that don't compile 2021-03-14 00:24:24 +00:00
Makefile * set EXEEXT to .wasm for the WASI target in fpcmake 2021-06-24 00:16:00 +00:00
Makefile.fpc * trunk to 3.3.1 2018-08-18 15:47:44 +00:00
README

fcl-sdo is an implementation in Object Pascal of the SDO standard.
(Service Data Objects) by Inoussa Ouedraogo

Service Data Objects are a way of keeping arbitrary data in memory and
provides standardised means to query and modify this data. Its reference
implementation is in Java and it is used mainly in web applications in
combination with XML/XSD data.

For more information, see
http://www.ibm.com/developerworks/java/library/j-sdo/
http://en.wikipedia.org/wiki/Service_Data_Objects

The simple examples provided here will get you started in no time.