Class QIndex
Used by the QCubed Code Generator to describe a table Index
- QBaseClass
- QIndex
public
mixed
|
|
public
mixed
|
OverrideAttributes(),
__call()
|
protected
string
|
$strKeyName
Name of the index object, as defined in the database or create script |
|
protected
boolean
|
$blnUnique
Specifies whether or not the index is unique |
|
protected
boolean
|
$blnPrimaryKey
Specifies whether or not the column is the Primary Key index |
|
protected
string[]
|
$strColumnNameArray
Array of strings containing the names of the columns that this index indexes (indexed numerically) |
public
string
|
$KeyName
|
public
boolean
|
$Unique
|
public
boolean
|
$PrimaryKey
|