Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
dlib
Commits
c5a68e71
You need to sign in or sign up before continuing.
Commit
c5a68e71
authored
Sep 25, 2011
by
Davis King
Browse files
Fixed typo in spec
parent
f252242b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
dlib/sqlite/sqlite_abstract.h
dlib/sqlite/sqlite_abstract.h
+2
-2
No files found.
dlib/sqlite/sqlite_abstract.h
View file @
c5a68e71
...
@@ -202,7 +202,7 @@ namespace dlib
...
@@ -202,7 +202,7 @@ namespace dlib
- executes the SQL statement get_sql_string() against the database
- executes the SQL statement get_sql_string() against the database
given to this object's constructor.
given to this object's constructor.
- If this was a select statement then you can obtain the resulting
- If this was a select statement then you can obtain the resulting
rows by calling move_next() and using the get_column_
by
_*() member
rows by calling move_next() and using the get_column_
as
_*() member
functions.
functions.
!*/
!*/
...
@@ -214,7 +214,7 @@ namespace dlib
...
@@ -214,7 +214,7 @@ namespace dlib
ensures
ensures
- if (there is a result row for this query) then
- if (there is a result row for this query) then
- #get_num_columns() == the number of columns in the result row.
- #get_num_columns() == the number of columns in the result row.
- The get_column_
by
_*() routines can be used to access the elements
- The get_column_
as
_*() routines can be used to access the elements
of the row data.
of the row data.
- returns true
- returns true
- else
- else
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment