AnyLogic
Expand
Font size

@AnyLogicInternalAPI
public class ModelDBUserViews
extends Object
This class is internal and shouldn't be called by user.
it may be removed/renamed in future.
Author:
AnyLogic North America, LLC https://anylogic.com

Constructor Summary

ConstructorDescription
ModelDBUserViews(ModelDBConnectivity modelDBConnectivity) 

Method Summary

Modifier and TypeMethodDescription
static voidrestoreUsersViews(Connection connection)
This method is internal and shouldn't be called by user.
it may be removed/renamed in future.
static voidrestoreUsersViews(Connection connection, Set<String> viewNames)
This method is internal and shouldn't be called by user.
it may be removed/renamed in future.

Methods inherited from class java.lang.Object

equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Constructor Details

ModelDBUserViews

public ModelDBUserViews(ModelDBConnectivity modelDBConnectivity)

Method Details

restoreUsersViews

@AnyLogicInternalAPI
public static void restoreUsersViews(Connection connection,
 Set<String> viewNames)
                              throws SQLException
This method is internal and shouldn't be called by user.
it may be removed/renamed in future.
Parameters:
viewNames - if null, then all the views will be handled
Throws:
SQLException

restoreUsersViews

@AnyLogicInternalAPI
public static void restoreUsersViews(Connection connection)
                              throws SQLException
This method is internal and shouldn't be called by user.
it may be removed/renamed in future.
Throws:
SQLException