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