Skip to content

Commit

Permalink
include private funcs in connection to make CRUD
Browse files Browse the repository at this point in the history
  • Loading branch information
stomita committed Sep 11, 2018
1 parent 8362b14 commit e4dd18a
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions lib/api/tooling.js
Expand Up @@ -21,14 +21,28 @@ var Tooling = function(conn) {
var delegates = [
"query",
"queryMore",
"_ensureVersion",
"_toRecordResult",
"create",
"_createSingle",
"_createParallel",
"_createMany",
"insert",
"retrieve",
"_retrieveSingle",
"_retrieveParallel",
"_retrieveMany",
"update",
"_updateSingle",
"_updateParallel",
"_updateMany",
"upsert",
"del",
"delete",
"destroy",
"_destroySingle",
"_destroyParallel",
"_destroyMany",
"describe",
"describeGlobal",
"sobject"
Expand Down

0 comments on commit e4dd18a

Please sign in to comment.