Package com.anylogic.engine.presentation
- All Known Implementing Classes:
Database
@AnyLogicInternalAPI public interface DatabaseConstants
Modifier and Type | Field | Description |
---|---|---|
static final String | DRIVER_EXCEL_SQLSHEET |
Excel driver
|
static final String | DRIVER_JDBC_MARIADB | |
static final String | DRIVER_JDBC_MICROSOFT_SQLSERVER |
Microsoft SQL Server driver for Java
External jar-file is needed to use this driver Driver may be downloaded from www.microsoft.com (use search by "SQL Server Driver for JDBC" ) |
static final String | DRIVER_JDBC_ORACLE | |
static final String | DRIVER_JDBC_POSTGRESQL | |
static final String | DRIVER_JTDS_JDBC |
Open-source JTDS-JDBC driver
External jar-file is needed to use this driver Driver may be downloaded from jtds.sourceforge.net (see "Download" section) |
static final String | DRIVER_UCANACCESS |
Pure Java JDBC driver
|
static final String DRIVER_JDBC_MICROSOFT_SQLSERVER
Microsoft SQL Server driver for Java
External jar-file is needed to use this driver
Driver may be downloaded from www.microsoft.com (use search by
External jar-file is needed to use this driver
Driver may be downloaded from www.microsoft.com (use search by
"SQL Server Driver for JDBC"
)- See Also:
- Constant Field Values
static final String DRIVER_JDBC_POSTGRESQL
- See Also:
- Constant Field Values
static final String DRIVER_JDBC_ORACLE
- See Also:
- Constant Field Values
static final String DRIVER_JDBC_MARIADB
- See Also:
- Constant Field Values
static final String DRIVER_JTDS_JDBC
Open-source JTDS-JDBC driver
External jar-file is needed to use this driver
Driver may be downloaded from jtds.sourceforge.net (see
External jar-file is needed to use this driver
Driver may be downloaded from jtds.sourceforge.net (see
"Download"
section)- See Also:
- Constant Field Values
static final String DRIVER_UCANACCESS
Pure Java JDBC driver
- See Also:
- Constant Field Values
static final String DRIVER_EXCEL_SQLSHEET
Excel driver
- See Also:
- Constant Field Values