SQLColumn#
- class dbastable.SQLColumn(db, table, name)#
Bases:
objectHandle an SQL column operations interfacing with the DB.
- Parameters:
- dbSQLDatabase
The parent database object.
- tablestr
The name of the table in the database.
- namestr
The column name in the table.
Attributes Summary
Get the name of the column.
Get the table name.
Get the values of the current column.
Attributes Documentation
- name#
Get the name of the column.
- table#
Get the table name.
- values#
Get the values of the current column.