wxDbColDef
generated from ../src/mod_db/dbcoldef.cpp
This class is used to hold information about the columns bound to an
instance of a wxDbTable object.
See also wxDbTable
Constants
Properties
| Name | Type | Description |
|---|---|---|
| colName | String | Get/Set the name of the column. |
| data | Mixed | Get/Set the data of the column. Can only be used after calling open. |
| dbDataType | Integer | Get/Set the datatype. Use one of the wxDb#DATA_TYPE constants. |
| derivedCol | Boolean | Is this column derived? |
| encoding | String | The encoding when the data is a string |
| insertAllowed | Boolean | Can this column be used in INSERT statements? |
| keyField | Boolean | Is this column part of the key? |
| sizeData | Integer | Get/Set the size of the data. This is only needed for wxDb.DATA_TYPE_VARCHAR and wxDb.DATA_TYPE_BLOB. |
| updateable | Boolean | Is this column updateable? |
© 2002 - 2007 Franky Braem.