Package com.anylogic.engine.database
- java.lang.Object
- com.anylogic.engine.database.ModelDBUserViews
@AnyLogicInternalAPI public class ModelDBUserViews extends Object
This class is internal and shouldn't be called by user.
it may be removed/renamed in future.
it may be removed/renamed in future.
- Author:
- AnyLogic North America, LLC https://anylogic.com
Constructor | Description |
---|---|
ModelDBUserViews |
Modifier and Type | Method | Description |
---|---|---|
static void | restoreUsersViews |
This method is internal and shouldn't be called by user.
it may be removed/renamed in future. |
static void | restoreUsersViews |
This method is internal and shouldn't be called by user.
it may be removed/renamed in future. |
public ModelDBUserViews(ModelDBConnectivity modelDBConnectivity)
@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.
it may be removed/renamed in future.
- Parameters:
viewNames
- ifnull
, then all the views will be handled- Throws:
SQLException
@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.
it may be removed/renamed in future.
- Throws:
SQLException