Guest User

Untitled

a guest
Feb 18th, 2019
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. function get_scalar(db_url, db_name, user_name, password, table, column){
  2. function fetch(id){
  3.  
  4. // code to fetch scalar value goes here
  5.  
  6. return value;
  7. }
  8. return fetch;
  9. }
  10.  
  11.  
  12. module.exports = get_scalar;
Add Comment
Please, Sign In to add comment