SQLColumn#

class dbastable.SQLColumn(db, table, name)#

Bases: object

Handle 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

name

Get the name of the column.

table

Get the table name.

values

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.