Optimize against the rowLimit argument. S3 since some back-ends do not parse the LIMIT syntax. Internal, not expected that users would interact with this method.
odbcPreviewQuery(connection, rowLimit, name)# S3 method for OdbcConnection
odbcPreviewQuery(connection, rowLimit, name)
# S3 method for `Microsoft SQL Server`
odbcPreviewQuery(connection, rowLimit, name)
# S3 method for Oracle
odbcPreviewQuery(connection, rowLimit, name)
A connection object, as returned by dbConnect()
.
The maximum number of rows to display.
Name of the object to be previewed