Package com.anylogic.engine.database
- java.lang.Object
- com.anylogic.engine.database.DatabaseDescriptor
- All Implemented Interfaces:
Serializable
@AnyLogicInternalAPI public class DatabaseDescriptor extends Object implements Serializable
- See Also:
- Serialized Form
Constructor | Description |
---|---|
DatabaseDescriptor | |
DatabaseDescriptor |
Modifier and Type | Method | Description |
---|---|---|
Connection | createConnection() | |
boolean | equals | |
String | getConnectionPassword() | |
String | getFileName() | |
DatabaseType | getType() | |
int | hashCode() | |
void | setExcelStreamingMode |
public DatabaseDescriptor(DatabaseType type, String jdbcDriver, String connectionURL, Properties connectionInfo)
public DatabaseDescriptor(DatabaseType type, String jdbcDriver, String connectionURL, Properties connectionInfo, String fileName)
public DatabaseType getType()
public String getFileName()
public String getConnectionPassword()
public Connection createConnection() throws SQLException
- Throws:
SQLException
public void setExcelStreamingMode(DatabaseExcelStreamingMode mode)
public int hashCode()
public boolean equals(Object obj)