createIndex() public method
Builds a SQL statement for creating a new index. See also http://www.postgresql.org/docs/8.2/static/sql-createindex.html.
public string createIndex ( $name, $table, $columns, $unique = false )$name string
The name of the index. The name will be properly quoted by the method. $table string
The table that the new index will be created for. The table name will be properly quoted by the method. $columns
string|array
The column(s) that should be included in t