Eneboo - Documentación para desarrolladores
|
Métodos públicos | |
QODBCPrivate () | |
bool | checkDriver () const |
void | checkUnicode () |
void | checkSchemaUsage () |
bool | setConnectionOptions (const QString &connOpts) |
void | splitTableQualifier (const QString &qualifier, QString &catalog, QString &schema, QString &table) |
Atributos públicos | |
SQLHANDLE | hEnv |
SQLHANDLE | hDbc |
SQLHANDLE | hStmt |
bool | unicode |
bool | useSchema |
QVariant::Type | sql_char_type |
QVariant::Type | sql_varchar_type |
QVariant::Type | sql_longvarchar_type |
QSqlRecordInfo | rInf |
QODBCPrivate::QODBCPrivate | ( | ) | [inline] |
bool QODBCPrivate::checkDriver | ( | ) | const |
void QODBCPrivate::checkSchemaUsage | ( | ) |
void QODBCPrivate::checkUnicode | ( | ) |
void QODBCPrivate::splitTableQualifier | ( | const QString & | qualifier, |
QString & | catalog, | ||
QString & | schema, | ||
QString & | table | ||
) |
SQLHANDLE QODBCPrivate::hDbc |
SQLHANDLE QODBCPrivate::hEnv |
SQLHANDLE QODBCPrivate::hStmt |