sbf_add_blob_column_to_db.Rd
Add named empty blob column to database
sbf_add_blob_column_to_db(
column_name,
table_name,
db_name = sbf_get_db_name(),
sub = sbf_get_sub(),
main = sbf_get_main()
)
A string of the name of the BLOB column.
A string of the name of the existing table.
A string of the database name.
A string specifying the path to the sub folder (by default the current sub folder).
A string specifying the path to the main folder (by default the current main folder)
Invisible TRUE.
Other flob:
sbf_save_flobs_from_db()
,
sbf_upload_flobs_to_db()
Other database functions:
sbf_close_db()
,
sbf_copy_db()
,
sbf_create_db()
,
sbf_execute_db()
,
sbf_open_db()
,
sbf_query_db()
,
sbf_upload_flobs_to_db()