Represents a named integer value collection.
More...
#include <wxsqlite3.h>
|
| | IntegerCollection (const wxString &collectionName, void *collectionData) |
| | Constructor (internal use only).
|
| | NamedCollection (const wxString &collectionName, void *collectionData) |
| | Constructor (internal use only).
|
| | NamedCollection () |
| | Default constructor.
|
|
| wxString | m_name |
| | Name of the collection.
|
| void * | m_data |
| | Reference to the actual array of values representing the collection.
|
Represents a named integer value collection.
◆ IntegerCollection() [1/3]
| wxSQLite3::IntegerCollection::IntegerCollection |
( |
| ) |
|
|
inline |
Default constructor.
Creates completely empty collection instance that must be set by assignment, be careful
◆ IntegerCollection() [2/3]
| wxSQLite3::IntegerCollection::IntegerCollection |
( |
const IntegerCollection & | collection | ) |
|
◆ ~IntegerCollection()
| virtual wxSQLite3::IntegerCollection::~IntegerCollection |
( |
| ) |
|
|
virtual |
◆ IntegerCollection() [3/3]
| wxSQLite3::IntegerCollection::IntegerCollection |
( |
const wxString & | collectionName, |
|
|
void * | collectionData ) |
|
protected |
Constructor (internal use only).
◆ Bind() [1/2]
| void wxSQLite3::IntegerCollection::Bind |
( |
const wxArrayInt & | integerCollection | ) |
|
Bind a new array of integer values.
Bind a new array of integer values to this named collection object.
- Parameters
-
| integerCollection | array of integer values to be bound |
- Note
- Binding values to a named collection after closing the corresponding database results in undefined behavior, i.e. the application is likely to crash.
◆ Bind() [2/2]
| void wxSQLite3::IntegerCollection::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
-
| n | number of elements in the array |
| integerCollection | array of integer values to be bound |
- Note
- Binding values to a named collection after closing the corresponding database results in undefined behavior, i.e. the application is likely to crash.
◆ operator=()
◆ Database
The documentation for this class was generated from the following file: