NAME
Qt::Sql::QSqlIndex
PUBLIC METHODS
- QSqlIndex(const QSqlIndex & other)
- QSqlIndex(const QString & cursorName, const QString & name = QString())
- QSqlIndex(const QString & cursorName, const QString & name)
- QSqlIndex(const QString & cursorName = QString(), const QString & name = QString())
- QSqlIndex(const QString & cursorName, const QString & name = QString())
- ~QSqlIndex()
- void append(const QSqlField & field)
- void append(const QSqlField & field, bool desc)
- QString cursorName()
- bool isDescending(int i)
- QString name()
- QSqlIndex & operator=(const QSqlIndex & other)
- void setCursorName(const QString & cursorName)
- void setDescending(int i, bool desc)
- void setName(const QString & name)
EXPORT
None by default.
AUTHOR
Dongxu Ma <dongxu@cpan.org>
COPYRIGHT AND LICENSE
Copyright (C) 2011 - 2011 by Dongxu Ma
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.