- java.lang.Object
-
- com.anylogic.engine.database.DatabaseDescriptor
- All Implemented Interfaces:
java.io.Serializable
@AnyLogicInternalAPI
public class DatabaseDescriptor
extends java.lang.Object
implements java.io.Serializable
- See Also:
- Serialized Form
Constructors
DatabaseDescriptor(DatabaseType type,
java.lang.String jdbcDriver,
java.lang.String connectionURL,
java.util.Properties connectionInfo) |
|
DatabaseDescriptor(DatabaseType type,
java.lang.String jdbcDriver,
java.lang.String connectionURL,
java.util.Properties connectionInfo,
java.lang.String fileName) |
|
Constructor |
Description |
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
public DatabaseDescriptor(DatabaseType type,
java.lang.String jdbcDriver,
java.lang.String connectionURL,
java.util.Properties connectionInfo)
public DatabaseDescriptor(DatabaseType type,
java.lang.String jdbcDriver,
java.lang.String connectionURL,
java.util.Properties connectionInfo,
java.lang.String fileName)
public DatabaseType getType()
public java.lang.String getFileName()
public java.sql.Connection createConnection()
throws java.sql.SQLException
- Throws:
java.sql.SQLException
public void setExcelStreamingMode(DatabaseExcelStreamingMode mode)
public int hashCode()
- Overrides:
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
- Overrides:
equals
in class java.lang.Object