ultimatepp/uppsrc/Sql/Sql.upp
cxl 9169b571ad Copying (U++ license) changed to officical 2-clause BSD license
git-svn-id: svn://ultimatepp.org/upp/trunk@436 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2008-09-13 09:05:01 +00:00

35 lines
487 B
Text

description "Fundamental SQL classes - session, cursor, SQL language expressions, DB schemas";
charset "UTF-8";
acceptflags
NOAPPSQL;
uses
Core;
file
Sql.h,
Sqlexp.h,
SqlCase.cpp,
SqlVal.cpp,
SqlBool.cpp,
SqlSet.cpp,
SqlStatement.cpp,
Sqls.h,
Sql.cpp,
Schema readonly separator,
SqlSchema.h,
SqlSchema.cpp,
sch_model.h,
sch_header.h,
sch_source.h,
sch_schema.h,
util_td.cpp,
ExportSch.cpp,
Info readonly separator,
src.tpp,
srcimp.tpp,
srcdoc.tpp,
Copying;