% Generated by roxygen2: do not edit by hand % Please edit documentation in R/DBClient-dbQuery.R \name{DBClient$dbQuery} \alias{DBClient$dbQuery} \title{DBClient$dbQuery} \arguments{ \item{statement}{\if{html}{\out{}} Query to run on the database} } \value{ \if{html}{\out{}} A lazy data table with the results from the query } \description{ Runs a query (statement) on a database and returns the results }