Skip to content
Snippets Groups Projects
Commit e60dbecd authored by Lucas Fernandes de Oliveira's avatar Lucas Fernandes de Oliveira
Browse files

Merge branch 'issue/96' into 'develop'

Issue #96: Update docs from adapter

See merge request c3sl/blendb!85
parents 94cf2a76 72e70af1
No related branches found
No related tags found
No related merge requests found
......@@ -145,6 +145,7 @@ export class MonetAdapter extends SQLAdapter {
/**
* Asynchronously insert one register into a given Source.
* @param source - Insertion "location".
* @param data - Data to be inserted.
* @param cb - Callback function which contains the query result.
* @param cb.error - Error information when the method fails.
* @param cb.result - Query result.
......
......@@ -77,6 +77,7 @@ export class PostgresAdapter extends SQLAdapter {
/**
* Asynchronously insert one register into a given Source.
* @param source - Insertion "location".
* @param data - Data to be inserted.
* @param cb - Callback function which contains the query result.
* @param cb.error - Error information when the method fails.
* @param cb.result - Query result.
......
......@@ -39,6 +39,7 @@ export abstract class Adapter {
/**
* Asynchronously insert one register into a given Source.
* @param source - Insertion "location".
* @param data - Data to be inserted.
* @param cb - Callback function which contains the query result.
* @param cb.error - Error information when the method fails.
* @param cb.result - Query result.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment