# Generated by roxygen2: do not edit by hand

S3method("[",dbi.table)
S3method("names<-",dbi.table)
S3method(as.data.frame,dbi.table)
S3method(data.table::as.data.table,dbi.table,as_data_table)
S3method(db_short_name,default,db_short_name_default)
S3method(dbi_connection_package,default,dbi_connection_package_default)
S3method(default_schema,"Microsoft SQL Server",default_schema_Microsoft_SQL_Server)
S3method(default_schema,MariaDBConnection,default_schema_mariadb)
S3method(default_schema,PqConnection,default_schema_postgres)
S3method(default_schema,default,default_schema_default)
S3method(default_schema,duckdb_connection,default_schema_duckdb)
S3method(dim,dbi.table)
S3method(foreign_keys_,"Microsoft SQL Server",foreign_keys_Microsoft_SQL_Server)
S3method(foreign_keys_,MariaDBConnection,foreign_keys_mariadb)
S3method(foreign_keys_,PqConnection,foreign_keys_postgres)
S3method(foreign_keys_,SQLiteConnection,foreign_keys_sqlite)
S3method(foreign_keys_,default,foreign_keys_default)
S3method(foreign_keys_,duckdb_connection,foreign_keys_duckdb)
S3method(get_connection,DBIConnection)
S3method(get_connection,dbi.catalog)
S3method(get_connection,dbi.schema)
S3method(get_connection,dbi.table)
S3method(get_connection,default)
S3method(merge,dbi.table)
S3method(print,dbi.catalog)
S3method(print,dbi.schema)
S3method(print,dbi.table)
S3method(schemas_to_include,"Microsoft SQL Server",schemas_to_include_Microsoft_SQL_Server)
S3method(schemas_to_include,MariaDBConnection,schemas_to_include_mariadb)
S3method(schemas_to_include,PqConnection,schemas_to_include_postgres)
S3method(schemas_to_include,default,schemas_to_include_default)
S3method(schemas_to_include,duckdb_connection,schemas_to_include_duckdb)
S3method(tables_schema_,"Microsoft SQL Server",tables_schema_Microsoft_SQL_Server)
S3method(tables_schema_,MariaDBConnection,tables_schema_mariadb)
S3method(tables_schema_,PqConnection,tables_schema_postgres)
S3method(tables_schema_,SQLiteConnection,tables_schema_sqlite)
S3method(tables_schema_,default,tables_schema_default)
S3method(tables_schema_,duckdb_connection,tables_schema_duckdb)
S3method(temporary_dbi_table_name,"Microsoft SQL Server",temporary_dbi_table_name_Microsoft_SQL_Server)
S3method(temporary_dbi_table_name,default,temporary_dbi_table_name_default)
S3method(unique,dbi.table)
S3method(write_from,default,write_from_default)
S3method(write_group_by,default,write_group_by_default)
S3method(write_limit,"Microsoft SQL Server",write_limit_Microsoft_SQL_Server)
S3method(write_limit,default,write_limit_default)
S3method(write_order_by,default,write_order_by_default)
S3method(write_select,"Microsoft SQL Server",write_select_Microsoft_SQL_Server)
S3method(write_select,default,write_select_default)
S3method(write_where,default,write_where_default)
export(as.dbi.table)
export(chinook.duckdb)
export(chinook.sqlite)
export(csql)
export(dbi.attach)
export(dbi.catalog)
export(dbi.table)
export(is.dbi.table)
export(reference.test)
export(sql.join)
exportMethods(dbAppendTable)
exportMethods(dbCreateTable)
exportMethods(dbExecute)
exportMethods(dbGetInfo)
exportMethods(dbGetQuery)
exportMethods(dbListFields)
exportMethods(dbListObjects)
exportMethods(dbQuoteIdentifier)
exportMethods(dbQuoteLiteral)
exportMethods(dbQuoteString)
exportMethods(dbReadTable)
exportMethods(dbRemoveTable)
exportMethods(dbSendStatement)
exportMethods(dbWithTransaction)
exportMethods(dbWriteTable)
importFrom(DBI,dbAppendTable)
importFrom(DBI,dbCreateTable)
importFrom(DBI,dbExecute)
importFrom(DBI,dbGetInfo)
importFrom(DBI,dbGetQuery)
importFrom(DBI,dbListFields)
importFrom(DBI,dbListObjects)
importFrom(DBI,dbQuoteIdentifier)
importFrom(DBI,dbQuoteLiteral)
importFrom(DBI,dbQuoteString)
importFrom(DBI,dbReadTable)
importFrom(DBI,dbRemoveTable)
importFrom(DBI,dbSendStatement)
importFrom(DBI,dbWithTransaction)
importFrom(DBI,dbWriteTable)
importFrom(methods,setMethod)
importFrom(methods,setOldClass)
