public class DatabaseMaintenanceBackdoor extends Object
Modifier and Type | Class and Description |
---|---|
static class |
DatabaseMaintenanceBackdoor.IndexMetadata |
Modifier and Type | Field and Description |
---|---|
protected javax.ws.rs.core.UriInfo |
uriInfo |
Constructor and Description |
---|
DatabaseMaintenanceBackdoor() |
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
createIndex(CreateIndexBean createIndexBean) |
javax.ws.rs.core.Response |
dropIndex(String tableName,
String indexName) |
javax.ws.rs.core.Response |
getIndexesOnTable(String tableName) |
public javax.ws.rs.core.Response getIndexesOnTable(String tableName) throws SQLException
SQLException
public javax.ws.rs.core.Response createIndex(@RequestBody CreateIndexBean createIndexBean)
public javax.ws.rs.core.Response dropIndex(String tableName, String indexName) throws SQLException
SQLException
Copyright © 2002-2022 Atlassian. All Rights Reserved.