wxSQLite3 2.1.3
|
Represents a named string value collection. More...
#include <wxsqlite3.h>
Public Member Functions | |
wxSQLite3StringCollection () | |
Constructor. | |
wxSQLite3StringCollection (const wxSQLite3StringCollection &collection) | |
Copy constructor. | |
wxSQLite3StringCollection & | operator= (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 |
Represents a named string value collection.
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.
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.
stringCollection | array of integer values to be bound |
wxSQLite3StringCollection & wxSQLite3StringCollection::operator= | ( | const wxSQLite3StringCollection & | collection | ) |
Assignement constructor.
friend class wxSQLite3Database [friend] |
Reimplemented from wxSQLite3NamedCollection.