2 #ifndef comfrm_SAXXDBTReaderH
3 #define comfrm_SAXXDBTReaderH
45 #include <xercesc/sax2/DefaultHandler.hpp>
46 #include <xercesc/sax2/ContentHandler.hpp>
47 #include <xercesc/util/XMLChar.hpp>
48 #include <xercesc/util/XMLString.hpp>
49 #include <xercesc/sax2/Attributes.hpp>
67 const XMLCh*
const uri,
68 const XMLCh*
const localname,
69 const XMLCh*
const qname,
70 const xercesc::Attributes& attrs
73 void fatalError(
const xercesc::SAXParseException& v_exception);
76 std::string toString(
const XMLCh*
const p_xml_str)
const;
77 int toInt(
const XMLCh*
const p_xml_str)
const;
81 XMLCh *mATTR_TableName;
82 XMLCh *mATTR_TableDescr;
85 XMLCh *mATTR_AttrType;
86 XMLCh *mATTR_AttrDescr;
87 XMLCh *mATTR_AttrDomain;
88 XMLCh *mATTR_AttrLength;
91 XMLCh *mATTR_AttrValue;
94 XMLCh *mATTR_AttrName;
98 XMLCh *mTAGTableAttributes;
99 XMLCh *mTAGTableAttribute;
101 XMLCh *mTAGAttribute;
102 XMLCh *mTAGPRIMARY_ATTR;
Модель SQL-таблицы
Definition: sqltable.h:132
Definition: saxxdbtreader.h:57