get_all_bind_variables {RSqlParser} | R Documentation |
This function takes sql statement and returns all the bind variables in the sql statement.
get_all_bind_variables(sql)
sql |
statement |
all bind variables in the sql statement
get_all_bind_variables("select * from users where userid = :bind_userid")