Interface v.c.a.i.IColumn(Interface):

Part of vmc.contrib.axiom.iaxiom View In Hierarchy

Known implementations: vmc.contrib.axiom.attributes.SQLAttribute

An object that represents a column in the database.
Method getShortColumnName
Method getColumnName
Method fullyQualifiedName
Method __get__
def getShortColumnName(store):
ReturnsJust the name of this column. (type: str )
def getColumnName(store):
ReturnsThe fully qualified name of this object as a column within the database, eg, "main_database.some_table.[this_column]". (type: str )
def fullyQualifiedName():
ReturnsThe fully qualfied name of this object as an attribute in Python code, eg, myproject.mymodule.MyClass.myAttribute. If this attribute is represented by an actual Python code object, it will be a dot-separated sequence of Python identifiers; otherwise, it will contain invalid identifier characters other than '.'. (type: str )
def __get__(row):
Parametersrowan item that has this column. (type: axiom.item.Item )
ReturnsThe value of the column described by this object, for the given row. (type: depends on the underlying type of the column. )
API Documentation for vodafone-mobile-connect-card-driver-for-linux, generated by pydoctor at 2008-01-10 13:06:31.