List of utility methods to do SQL Table Index
stmt.execute("CREATE INDEX " + indexName + " ON " + tableName + "(FNAME) ASYNC");