get_query: Get a query for a SQLite file

Description Usage Arguments See Also

Description

Used internally by query_sql. Use that function instead to access data. The use of this function is not recommended

Usage

1
get_query(filename, sql)

Arguments

filename

SQLite file location

sql

String containing the SQL query to be performed

See Also

query_sql to perform standard queries of data


rplexos documentation built on Jan. 15, 2017, 11:37 a.m.

Related to get_query in rplexos...