NAME
Qt::Sql::QSqlDriver
PUBLIC METHODS
- QSqlDriver()
- QSqlDriver( = 0)
- ~QSqlDriver()
- bool beginTransaction()
- void close()
- bool commitTransaction()
- QSqlResult * createResult()
- QString escapeIdentifier(, )
- QString formatValue(, )
- QString formatValue(, = false)
- QVariant handle()
- bool hasFeature()
- bool isIdentifierEscaped(, )
- bool isOpen()
- bool isOpenError()
- QSqlError lastError()
- QSql::NumericalPrecisionPolicy numericalPrecisionPolicy()
- bool open(, , , , , )
- bool open(, , , , , = QString())
- bool open(, , , , = -1, = QString())
- bool open(, , , = QString(), = -1, = QString())
- bool open(, , = QString(), = QString(), = -1, = QString())
- bool open(, = QString(), = QString(), = QString(), = -1, = QString())
- QSqlIndex primaryIndex()
- QSqlRecord record()
- bool rollbackTransaction()
- void setNumericalPrecisionPolicy()
- QString sqlStatement(, , , )
- QString stripDelimiters(, )
- bool subscribeToNotification()
- QStringList subscribedToNotifications()
- QStringList tables()
- bool unsubscribeFromNotification()
ENUM VALUES
- Transactions
- QuerySize
- BLOB
- Unicode
- PreparedQueries
- NamedPlaceholders
- PositionalPlaceholders
- LastInsertId
- BatchOperations
- SimpleLocking
- LowPrecisionNumbers
- EventNotifications
- FinishQuery
- MultipleResultSets
- WhereStatement
- SelectStatement
- UpdateStatement
- InsertStatement
- DeleteStatement
- FieldName
- TableName
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.