wxSQLite3 3.0.0
Public Member Functions | Friends
wxSQLite3IntegerCollection Class Reference

Represents a named integer value collection. More...

#include <wxsqlite3.h>

Inheritance diagram for wxSQLite3IntegerCollection:
wxSQLite3NamedCollection

List of all members.

Public Member Functions

 wxSQLite3IntegerCollection ()
 Constructor.
 wxSQLite3IntegerCollection (const wxSQLite3IntegerCollection &collection)
 Copy constructor.
wxSQLite3IntegerCollectionoperator= (const wxSQLite3IntegerCollection &collection)
 Assignement constructor.
 wxSQLite3IntegerCollection (const wxString &collectionName, void *collectionData)
 Constructor (internal use only)
virtual ~wxSQLite3IntegerCollection ()
 Destructor.
void Bind (const wxArrayInt &integerCollection)
 Bind a new array of integer values.
void Bind (int n, int *integerCollection)
 Bind a new array of integer values.

Friends

class wxSQLite3Database

Detailed Description

Represents a named integer value collection.


Constructor & Destructor Documentation

wxSQLite3IntegerCollection::wxSQLite3IntegerCollection ( )

Constructor.

wxSQLite3IntegerCollection::wxSQLite3IntegerCollection ( const wxSQLite3IntegerCollection collection)

Copy constructor.

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

Constructor (internal use only)

wxSQLite3IntegerCollection::~wxSQLite3IntegerCollection ( ) [virtual]

Destructor.


Member Function Documentation

void wxSQLite3IntegerCollection::Bind ( const wxArrayInt &  integerCollection)

Bind a new array of integer values.

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

Parameters:
integerCollectionarray 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.
void wxSQLite3IntegerCollection::Bind ( int  n,
int *  integerCollection 
)

Bind a new array of integer values.

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

Parameters:
nnumber of elements in the array
integerCollectionarray 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.
wxSQLite3IntegerCollection & wxSQLite3IntegerCollection::operator= ( const wxSQLite3IntegerCollection 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: