class IndexUnusedReason extends Model (View source)

Properties

protected $baseTableType
protected $baseTableDataType
string $code
string $indexName
string $message

Methods

setBaseTable(TableReference $baseTable)

No description

getBaseTable()

No description

setCode($code)

No description

string
getCode()

No description

setIndexName($indexName)

No description

string
getIndexName()

No description

setMessage($message)

No description

string
getMessage()

No description

Details

setBaseTable(TableReference $baseTable)

No description

Parameters

TableReference $baseTable

TableReference getBaseTable()

No description

Return Value

TableReference

setCode($code)

No description

Parameters

$code

string getCode()

No description

Return Value

string

setIndexName($indexName)

No description

Parameters

$indexName

string getIndexName()

No description

Return Value

string

setMessage($message)

No description

Parameters

$message

string getMessage()

No description

Return Value

string