StarWriterStruct::DatabaseName Struct Reference

structure to store a databaseName in a text zone More...

#include <StarWriterStruct.hxx>

List of all members.

Classes

struct  Data
 a data of a DatabaseName More...

Public Member Functions

 DatabaseName ()
 constructor
bool read (StarZone &zone)
 try to read a databaseName: 'D'

Public Attributes

librevenge::RVNGString m_names [2]
 the names: database, table
librevenge::RVNGString m_sql
 the SQL string
std::vector< Datam_dataList
 the list of data

Friends

std::ostream & operator<< (std::ostream &o, DatabaseName const &databaseName)
 operator<<

Detailed Description

structure to store a databaseName in a text zone


Constructor & Destructor Documentation


Member Function Documentation

try to read a databaseName: 'D'

Referenced by StarObjectText::readWriterDocument().


Friends And Related Function Documentation

std::ostream& operator<< ( std::ostream &  o,
DatabaseName const &  databaseName 
) [friend]

operator<<


Member Data Documentation

the list of data

Referenced by StarWriterStruct::operator<<(), and read().

librevenge::RVNGString StarWriterStruct::DatabaseName::m_names[2]

the names: database, table

Referenced by StarWriterStruct::operator<<(), and read().

librevenge::RVNGString StarWriterStruct::DatabaseName::m_sql

the SQL string

Referenced by StarWriterStruct::operator<<(), and read().


The documentation for this struct was generated from the following files: