OrderByColumnInternal Struct Reference
#include <sqltypes.h>
Public Types | |
| typedef QValueList< OrderByColumnInternal > | List |
| typedef QValueListConstIterator< OrderByColumnInternal > | ListConstIterator |
Public Member Functions | |
| OrderByColumnInternal () | |
| void | setColumnByNameOrNumber (const QVariant &nameOrNumber) |
Public Attributes | |
| QString | aliasOrName |
| Can include a "tablename." prefix. | |
| int | columnNumber |
| Optional, used instead of aliasOrName to refer to column by its number rather than name. | |
| bool | ascending: 1 |
Member Typedef Documentation
|
|
Definition at line 44 of file sqltypes.h. |
|
|
Definition at line 45 of file sqltypes.h. |
Constructor & Destructor Documentation
|
|
Definition at line 46 of file sqltypes.h. |
Member Function Documentation
|
|
Definition at line 52 of file sqltypes.h. References aliasOrName, and columnNumber. Referenced by yyparse(). |
Member Data Documentation
|
|
Can include a "tablename." prefix.
Definition at line 63 of file sqltypes.h. Referenced by setColumnByNameOrNumber(). |
|
|
Definition at line 66 of file sqltypes.h. Referenced by yyparse(). |
|
|
Optional, used instead of aliasOrName to refer to column by its number rather than name.
Definition at line 64 of file sqltypes.h. Referenced by setColumnByNameOrNumber(). |
The documentation for this struct was generated from the following file:
