get_attr: Get attributes of a table
Description
Get attributes of a table
Usage
get_attr(conn, ...)# S3 method for MariaDBConnection
get_attr(conn, name, ...)
Value
List of attributes for table name.
Arguments
- conn
DB connection object.
- ...
Optional parameters.
- name
Table name.