diff options
| author | 2021-12-17 07:06:30 -0500 | |
|---|---|---|
| committer | 2021-12-17 07:06:30 -0500 | |
| commit | 1fdc150116cad39aae5c5da407c3312b47a59e3a (patch) | |
| tree | 123c79a4d7ad2d45781ba03ce939f7539fb428d8 /Plugins/DbAndroid/dbandroidshellconnection.h | |
| parent | feda8a7db8d1d7c5439aa8f8feef7cc0dd2b59a0 (diff) | |
New upstream version 3.3.3+dfsg1.upstream/3.3.3+dfsg1
Diffstat (limited to 'Plugins/DbAndroid/dbandroidshellconnection.h')
| -rw-r--r-- | Plugins/DbAndroid/dbandroidshellconnection.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/Plugins/DbAndroid/dbandroidshellconnection.h b/Plugins/DbAndroid/dbandroidshellconnection.h index 205d9bb..0be841b 100644 --- a/Plugins/DbAndroid/dbandroidshellconnection.h +++ b/Plugins/DbAndroid/dbandroidshellconnection.h @@ -28,16 +28,6 @@ class DbAndroidShellConnection : public DbAndroidConnection ExecutionResult executeQuery(const QString& query); private: - enum class DataType - { - UNKNOWN = -1, - _NULL = 0, - INTEGER = 1, - REAL = 2, - TEXT = 3, - BLOB = 4 - }; - QStringList findColumns(const QStringList& originalArgs, const QString& query); QString appendTypeQueryPart(const QString& query, const QStringList& columnNames); void extractResultData(const QList<QList<QByteArray> >& deserialized, bool firstHalfForTypes, ExecutionResult& results); |
