Man pages for sqlHelpers
Collection of 'SQL' Utilities for 'T-SQL' and 'Postgresql'

call_functionCall a SQL function/procedure.
connectConnect to a database using a connection string via DBI/odbc.
create_table_from_data_frameGenerate a CREATE TABLE statement based on a data.frame,...
drop_tableGenerate a DROP TABLE statement, optionally execute the...
fetch_columnsRetrieve the columns/types in a table.
fetch_function_definitionRetrieve the definition of a function/procedure.
fetch_function_output_parametersRetrieve the output parameters of a function/procedure.
fetch_function_parametersRetrieve the input parameters of a function/procedure.
fetch_tablesRetrieve the tables in a schema
insert_batch_chunkerHelper function for INSERT
insert_valuesGenerate a INSERT statement, optionally execute the statement...
quoteText2Add single quotes to strings using stringi::stri_join, useful...
sqlizeNamesConvert a column name into a SQL compatible name.
sqlizeTypesGet the equivalent SQL data type for a given R object.
truncate_tableGenerate a TRUNCATE TABLE statement, optionally execute the...
t_sql_bulk_insertGenerate a BULK INSERT statement, optionally execute the...
t_sql_script_create_tableGenerate a CREATE TABLE statement for an existing table in...
t_sql_script_proc_definitionFetch the object definition of a proc in Microsoft SQL...
update_valuesGenerate a UPDATE statement, optionally execute the statement...
sqlHelpers documentation built on Oct. 15, 2023, 1:07 a.m.