wxDbIdxDef
generated from ../src/mod_db/dbidx.cppUsed in creation of non-primary indexes. See createIndex.
Constants
Constructor
wxDbIdxDef
wxDbIdxDef(ColName,
Ascending = true)
| Name | Type | Default | Description |
|---|---|---|---|
| ColName | String | The name of the column | |
| Ascending | Boolean | true | Sort ascending (default) or descending |
Constructs a new wxDbIdxDef object
Properties
| Name | Type | Description |
|---|---|---|
| Ascending | Boolean | Is index maintained in ascending sequence? |
| colName | String | Name of the column |
© 2002 - 2007 Franky Braem.