* Returns a new instance of a NGKDbNameIndex.
* @return a new instance of a NGKDbNameIndex.
* @throws SQLException if an SQL error occurs.
*/
protected DbNameIndex createDbNameIndex() throws SQLException {
return new NGKDbNameIndex(connectionManager, schemaObjectPrefix);
}