fpc/packages/fcl-sdo
joost fa1eacb387 * Add include-files to fpmake.pp
git-svn-id: trunk@32129 -
2015-10-22 20:33:35 +00:00
..
examples
src * Extention -> extension (By Reinier, bug ID #25979) 2014-05-10 15:30:09 +00:00
tests * Patch from Inoussa implementing getter/setter for variants (bug ID 25759) 2014-02-24 09:34:21 +00:00
fpmake.pp * Add include-files to fpmake.pp 2015-10-22 20:33:35 +00:00
Makefile * updated all the remaining makefiles that 'fpcmake -r' missed 2015-09-05 11:21:36 +00:00
Makefile.fpc * Filter the Makefile's unit searchpaths from the fpmake command line. 2015-08-12 19:15:14 +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.