public listIndexesSql (mixed $table, [mixed $schema], [mixed $keyName])
Generates the SQL to get query list of indexes
print_r($dialect->listIndexesSql("blog"))
public listIndexesSql (mixed $table, [mixed $schema], [mixed $keyName])
Generates the SQL to get query list of indexes
print_r($dialect->listIndexesSql("blog"))
Please login to continue.