public class MaterializedViewManager extends Object
Modifier and Type | Class and Description |
---|---|
static class |
MaterializedViewManager.DBMaterializedViewManager |
Modifier and Type | Field and Description |
---|---|
static String |
MATERIALIZED_VIEWS |
Constructor and Description |
---|
MaterializedViewManager() |
Modifier and Type | Method and Description |
---|---|
void |
delete(MaterializedViewI view) |
static void |
Delete(MaterializedViewI view) |
static MaterializedViewManager |
getMaterializedViewManager() |
MaterializedViewI |
getViewBySearchID(String search_id,
UserI user,
MaterializedViewServiceI service) |
MaterializedViewI |
getViewByTablename(String tablename,
UserI user,
MaterializedViewServiceI service) |
List<MaterializedViewI> |
getViewsByUser(UserI user,
MaterializedViewServiceI service) |
void |
register(MaterializedViewI view) |
static void |
Register(MaterializedViewI view) |
public static final String MATERIALIZED_VIEWS
public static MaterializedViewManager getMaterializedViewManager()
public List<MaterializedViewI> getViewsByUser(UserI user, MaterializedViewServiceI service) throws Exception
Exception
public MaterializedViewI getViewBySearchID(String search_id, UserI user, MaterializedViewServiceI service) throws Exception
Exception
public MaterializedViewI getViewByTablename(String tablename, UserI user, MaterializedViewServiceI service) throws Exception
Exception
public void delete(MaterializedViewI view) throws SQLException, Exception
SQLException
Exception
public void register(MaterializedViewI view) throws SQLException, Exception
SQLException
Exception
public static void Register(MaterializedViewI view) throws SQLException, Exception
SQLException
Exception
public static void Delete(MaterializedViewI view) throws SQLException, Exception
SQLException
Exception
Copyright © 2015 Neuroinformatics Research Group. All rights reserved.