Class QDatabaseIndex
To handle index in a table in database
- QBaseClass
- QDatabaseIndex
public
|
#
__construct( string $strKeyName, string $blnPrimaryKey, string $blnUnique, array $strColumnNameArray )
|
public
mixed
|
OverrideAttributes(),
__call(),
__set()
|
protected
string
|
$strKeyName
Name of the index |
|
protected
boolean
|
$blnPrimaryKey
Is the Index a primary key index? |
|
protected
boolean
|
$blnUnique
Is this a Unique index? |
|
protected
array
|
$strColumnNameArray
Array of column names on which this index is defined |