get_all_bind_variables {RSqlParser}R Documentation

Get the bind variables in sql statement

Description

This function takes sql statement and returns all the bind variables in the sql statement.

Usage

get_all_bind_variables(sql)

Arguments

sql

statement

Value

all bind variables in the sql statement

Examples

get_all_bind_variables("select * from users where userid = :bind_userid")

[Package RSqlParser version 1.5 Index]