classQDatabaseFieldBase
QDatabaseFieldBase Class Reference
Inherits QBaseClass.Inherited by QMySqliDatabaseField, QPostgreSqlDatabaseField, and QSqlServerDatabaseField.
Collaboration diagram for QDatabaseFieldBase:

Public Member Functions
- __get ($strName)
Protected Attributes
- $strName
- $strOriginalName
- $strTable
- $strOriginalTable
- $strDefault
- $intMaxLength
- $blnIdentity
- $blnNotNull
- $blnPrimaryKey
- $blnUnique
- $blnTimestamp
- $strType
Member Function Documentation
| QDatabaseFieldBase::__get | ( | $ | strName | ) |
Override method to perform a property "Get" This will get the value of $strName All inhereted objects that call __get() should always fall through to calling parent::__get() in a try/catch statement catching for CallerExceptions.
- Parameters:
-
string $strName Name of the property to get
- Returns:
- mixed the returned property
Reimplemented from QBaseClass.
References $strName, and QCallerException::IncrementOffset().
Member Data Documentation
QDatabaseFieldBase::$blnIdentity [protected] |
QDatabaseFieldBase::$blnNotNull [protected] |
QDatabaseFieldBase::$blnPrimaryKey [protected] |
QDatabaseFieldBase::$blnTimestamp [protected] |
QDatabaseFieldBase::$blnUnique [protected] |
QDatabaseFieldBase::$intMaxLength [protected] |
QDatabaseFieldBase::$strDefault [protected] |
QDatabaseFieldBase::$strName [protected] |
Referenced by __get().
QDatabaseFieldBase::$strOriginalName [protected] |
QDatabaseFieldBase::$strOriginalTable [protected] |
QDatabaseFieldBase::$strTable [protected] |
QDatabaseFieldBase::$strType [protected] |
The documentation for this class was generated from the following file:
- qcodo/_core/framework/QDatabaseBase.class.php
