summary refs log tree commit diff stats
path: root/lib/database.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/database.h')
-rw-r--r--lib/database.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/database.h b/lib/database.h index 5567061..ef5ff87 100644 --- a/lib/database.h +++ b/lib/database.h
@@ -9,7 +9,6 @@
9#include "word.h" 9#include "word.h"
10#include "frame.h" 10#include "frame.h"
11#include "part.h" 11#include "part.h"
12#include "lemma.h"
13#include "form.h" 12#include "form.h"
14#include "pronunciation.h" 13#include "pronunciation.h"
15#include "order.h" 14#include "order.h"
@@ -56,8 +55,6 @@ namespace verbly {
56 55
57 query<part> parts(filter where, order sortOrder = {}, int limit = 1) const; 56 query<part> parts(filter where, order sortOrder = {}, int limit = 1) const;
58 57
59 query<lemma> lemmas(filter where, order sortOrder = {}, int limit = 1) const;
60
61 query<form> forms(filter where, order sortOrder = {}, int limit = 1) const; 58 query<form> forms(filter where, order sortOrder = {}, int limit = 1) const;
62 59
63 query<pronunciation> pronunciations(filter where, order sortOrder = {}, int limit = 1) const; 60 query<pronunciation> pronunciations(filter where, order sortOrder = {}, int limit = 1) const;