Skip to content
Snippets Groups Projects
Commit 72e70af1 authored by rafaelatc3sl's avatar rafaelatc3sl
Browse files

Issue #96: Update docs from adapter


Signed-off-by: default avatarrafaelatc3sl <rpd17@c3sl>
parent 94cf2a76
Branches
No related tags found
1 merge request!85Issue #96: Update docs from adapter
Pipeline #19275 passed
...@@ -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.
......
...@@ -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.
......
...@@ -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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment