ultimatepp/uppsrc/Sql/Sql.upp
cxl 6d556a57f0 Sql: NULL for empty SqlBinary, Painter: Fixed DrawImageOp
git-svn-id: svn://ultimatepp.org/upp/trunk@1281 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2009-06-05 12:44:32 +00:00

34 lines
478 B
Text

description "Fundamental SQL classes - session, cursor, SQL language expressions, DB schemas\377";
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,
srcdoc.tpp,
Copying;