• Main Page
  • Classes
  • Files

FdoKgOraColumnDefinition.h

Go to the documentation of this file.
00001 /*
00002  * Copyright (C) 2006  SL-King d.o.o
00003 * 
00004 * This library is free software; you can redistribute it and/or
00005 * modify it under the terms of version 2.1 of the GNU Lesser
00006 * General Public License as published by the Free Software Foundation.
00007 * 
00008 * This library is distributed in the hope that it will be useful,
00009 * but WITHOUT ANY WARRANTY; without even the implied warranty of
00010 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
00011 * Lesser General Public License for more details.
00012 * 
00013 * You should have received a copy of the GNU Lesser General Public
00014 * License along with this library; if not, write to the Free Software
00015 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
00016  */
00017 #ifndef FdoKgOraColumnDefinition_H
00018 #define FdoKgOraColumnDefinition_H
00019 
00020 #ifdef _WIN32
00021 #pragma once
00022 #endif //_WIN32
00023 
00024 class FdoKgOraColumnDefinition : public FdoPhysicalElementMapping
00025 {
00026     typedef FdoPhysicalElementMapping BaseType;
00027 
00028 public:
00029     FDOKGORA_API static FdoKgOraColumnDefinition* Create();
00030 
00031 public:
00032     FDOKGORA_API virtual void InitFromXml(FdoXmlSaxContext* Context, FdoXmlAttributeCollection* Attrs);
00033     FDOKGORA_API virtual FdoXmlSaxHandler* XmlStartElement(FdoXmlSaxContext* Context,FdoString* Uri, FdoString* Name, FdoString* QName, FdoXmlAttributeCollection* Attrs);
00034     FDOKGORA_API virtual FdoBoolean XmlEndElement(FdoXmlSaxContext* Context, FdoString* Uri, FdoString* Name, FdoString* QName);
00035     FDOKGORA_API virtual void _writeXml(FdoXmlWriter* Writer, const FdoXmlFlags* Flags);
00036 
00037 protected:
00038     FdoKgOraColumnDefinition(void);
00039     virtual ~FdoKgOraColumnDefinition(void);
00040     virtual void Dispose(void);
00041 };
00042 
00043 typedef FdoPtr<FdoKgOraColumnDefinition> FdoKgOraColumnDefinitionP;
00044 
00045 #endif // FdoKgOraColumnDefinition_H
00046 
00047 
Please send us your comment about this page