summaryrefslogtreecommitdiffstats
path: root/WebCore/platform/sql/SQLiteStatement.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/platform/sql/SQLiteStatement.h')
-rw-r--r--WebCore/platform/sql/SQLiteStatement.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/WebCore/platform/sql/SQLiteStatement.h b/WebCore/platform/sql/SQLiteStatement.h
index 5df4731..e62b4f0 100644
--- a/WebCore/platform/sql/SQLiteStatement.h
+++ b/WebCore/platform/sql/SQLiteStatement.h
@@ -85,7 +85,9 @@ public:
bool returnDoubleResults(int col, Vector<double>&);
SQLiteDatabase* database() { return &m_database; }
-
+
+ const String& query() const { return m_query; }
+
private:
SQLiteDatabase& m_database;
String m_query;