wxSQLite3 3.0.0
Public Member Functions | Friends
wxSQLite3StringCollection Class Reference

Represents a named string value collection. More...

#include <wxsqlite3.h>

Inheritance diagram for wxSQLite3StringCollection:
wxSQLite3NamedCollection

List of all members.

Public Member Functions

 wxSQLite3StringCollection ()
 Constructor.
 wxSQLite3StringCollection (const wxSQLite3StringCollection &collection)
 Copy constructor.
wxSQLite3StringCollectionoperator= (const wxSQLite3StringCollection &collection)
 Assignement constructor.
 wxSQLite3StringCollection (const wxString &collectionName, void *collectionData)
 Constructor (internal use only)
virtual ~wxSQLite3StringCollection ()
 Destructor.
void Bind (const wxArrayString &stringCollection)
 Bind a new array of integer values.

Friends

class wxSQLite3Database

Detailed Description

Represents a named string value collection.


Constructor & Destructor Documentation

wxSQLite3StringCollection::wxSQLite3StringCollection ( )

Constructor.

wxSQLite3StringCollection::wxSQLite3StringCollection ( const wxSQLite3StringCollection collection)

Copy constructor.

wxSQLite3StringCollection::wxSQLite3StringCollection ( const wxString &  collectionName,
void *  collectionData 
)

Constructor (internal use only)

wxSQLite3StringCollection::~wxSQLite3StringCollection ( ) [virtual]

Destructor.


Member Function Documentation

void wxSQLite3StringCollection::Bind ( const wxArrayString &  stringCollection)

Bind a new array of integer values.

Bind a new array of integer values to this named collection object.

Parameters:
stringCollectionarray of integer values to be bound
Note:
Binding values to a named collection after closing the corresponding database results in undefined behaviour, i.e. the application is likely to crash.
wxSQLite3StringCollection & wxSQLite3StringCollection::operator= ( const wxSQLite3StringCollection collection)

Assignement constructor.


Friends And Related Function Documentation

friend class wxSQLite3Database [friend]

Reimplemented from wxSQLite3NamedCollection.


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