summaryrefslogtreecommitdiffstats
path: root/WebCore/storage/IDBKeyRange.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/storage/IDBKeyRange.h')
-rw-r--r--WebCore/storage/IDBKeyRange.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/WebCore/storage/IDBKeyRange.h b/WebCore/storage/IDBKeyRange.h
index 5a426b7..4621a50 100644
--- a/WebCore/storage/IDBKeyRange.h
+++ b/WebCore/storage/IDBKeyRange.h
@@ -57,6 +57,9 @@ public:
PassRefPtr<IDBKey> right() const { return m_right; }
unsigned short flags() const { return m_flags; }
+ String leftWhereClauseComparisonOperator() const;
+ String rightWhereClauseComparisonOperator() const;
+
static PassRefPtr<IDBKeyRange> only(PassRefPtr<IDBKey> value);
static PassRefPtr<IDBKeyRange> leftBound(PassRefPtr<IDBKey> bound, bool open = false);
static PassRefPtr<IDBKeyRange> rightBound(PassRefPtr<IDBKey> bound, bool open = false);