Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Sebastian Schrader
Kea
Commits
dee6a473
Commit
dee6a473
authored
Nov 03, 2011
by
JINMEI Tatuya
Browse files
[1329] more documentation update
parent
50672f2d
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/lib/datasrc/sqlite3_accessor.h
View file @
dee6a473
...
...
@@ -157,12 +157,16 @@ public:
virtual
void
deleteRecordInZone
(
const
std
::
string
(
&
params
)[
DEL_PARAM_COUNT
]);
/// This derived version of the method prepares an SQLite3 statement
/// for adding the diff first time it's called, and if it fails throws
// an \c SQLite3Error exception.
virtual
void
addRecordDiff
(
int
zone_id
,
uint32_t
serial
,
DiffOperation
operation
,
const
std
::
string
(
&
params
)[
DIFF_PARAM_COUNT
]);
// A short term method for tests until we implement more complete
// API to retrieve diffs.
// API to retrieve diffs. It returns all records of the diffs table
// whose zone_id column is identical to the given value.
std
::
vector
<
std
::
vector
<
std
::
string
>
>
getRecordDiff
(
int
zone_id
);
/// The SQLite3 implementation of this method returns a string starting
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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