Skip to content
Snippets Groups Projects

Issue #96: Update docs from adapter

Merged Rafael Dias requested to merge issue/96 into develop
3 files
+ 3
0
Compare changes
  • Side-by-side
  • Inline
Files
3
+ 1
0
@@ -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.
Loading