AnyLogic
Expand
Font size

@AnyLogicInternalAPI
public class ModelDBConfiguration
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

Nested Class Summary

Modifier and TypeClassDescription
static enum ModelDBConfiguration.DBType 

Field Summary

Modifier and TypeFieldDescription
final StringconnectionURL 
final Stringlogin 
final Stringpassword 
final ModelDBConfiguration.DBTypetype 

Constructor Summary

ConstructorDescription
ModelDBConfiguration(ModelDBConfiguration.DBType type, String connectionURL, String login, String password) 

Method Summary

Methods inherited from class java.lang.Object

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

Field Details

type

public final ModelDBConfiguration.DBType type

connectionURL

public final String connectionURL

login

public final String login

password

public final String password

Constructor Details

ModelDBConfiguration

public ModelDBConfiguration(ModelDBConfiguration.DBType type,
 String connectionURL,
 String login,
 String password)