SQLCreateIndex

Undocumented in source. Be warned that the author may not have intended to support it.
  1. auto SQLCreateIndex()
  2. auto SQLCreateIndex(string indexName)
  3. auto SQLCreateIndex(string indexName, string tableName)
  4. auto SQLCreateIndex(string indexName, string tableName, string columns)
    SQLCreateIndex
    (
    string indexName
    ,
    string tableName
    ,
    string columns
    )

Meta