Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
blendb
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Harbor Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
C3SL
blendb
Commits
72e70af1
Commit
72e70af1
authored
6 years ago
by
rafaelatc3sl
Browse files
Options
Downloads
Patches
Plain Diff
Issue
#96
: Update docs from adapter
Signed-off-by:
rafaelatc3sl
<
rpd17@c3sl
>
parent
94cf2a76
Branches
Branches containing commit
No related tags found
1 merge request
!85
Issue #96: Update docs from adapter
Pipeline
#19275
passed
6 years ago
Stage: test
Stage: build
Changes
3
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
src/adapter/monet.ts
+1
-0
1 addition, 0 deletions
src/adapter/monet.ts
src/adapter/postgres.ts
+1
-0
1 addition, 0 deletions
src/adapter/postgres.ts
src/core/adapter.ts
+1
-0
1 addition, 0 deletions
src/core/adapter.ts
with
3 additions
and
0 deletions
src/adapter/monet.ts
+
1
−
0
View file @
72e70af1
...
@@ -145,6 +145,7 @@ export class MonetAdapter extends SQLAdapter {
...
@@ -145,6 +145,7 @@ export class MonetAdapter extends SQLAdapter {
/**
/**
* Asynchronously insert one register into a given Source.
* Asynchronously insert one register into a given Source.
* @param source - Insertion "location".
* @param source - Insertion "location".
* @param data - Data to be inserted.
* @param cb - Callback function which contains the query result.
* @param cb - Callback function which contains the query result.
* @param cb.error - Error information when the method fails.
* @param cb.error - Error information when the method fails.
* @param cb.result - Query result.
* @param cb.result - Query result.
...
...
This diff is collapsed.
Click to expand it.
src/adapter/postgres.ts
+
1
−
0
View file @
72e70af1
...
@@ -77,6 +77,7 @@ export class PostgresAdapter extends SQLAdapter {
...
@@ -77,6 +77,7 @@ export class PostgresAdapter extends SQLAdapter {
/**
/**
* Asynchronously insert one register into a given Source.
* Asynchronously insert one register into a given Source.
* @param source - Insertion "location".
* @param source - Insertion "location".
* @param data - Data to be inserted.
* @param cb - Callback function which contains the query result.
* @param cb - Callback function which contains the query result.
* @param cb.error - Error information when the method fails.
* @param cb.error - Error information when the method fails.
* @param cb.result - Query result.
* @param cb.result - Query result.
...
...
This diff is collapsed.
Click to expand it.
src/core/adapter.ts
+
1
−
0
View file @
72e70af1
...
@@ -39,6 +39,7 @@ export abstract class Adapter {
...
@@ -39,6 +39,7 @@ export abstract class Adapter {
/**
/**
* Asynchronously insert one register into a given Source.
* Asynchronously insert one register into a given Source.
* @param source - Insertion "location".
* @param source - Insertion "location".
* @param data - Data to be inserted.
* @param cb - Callback function which contains the query result.
* @param cb - Callback function which contains the query result.
* @param cb.error - Error information when the method fails.
* @param cb.error - Error information when the method fails.
* @param cb.result - Query result.
* @param cb.result - Query result.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment