Enum DatasourceType
- Namespace
- YndigoBlue.Velocity.Enums
- Assembly
- YndigoBlue.Velocity.dll
Specifies the type of database system that Velocity will connect to.
public enum DatasourceType
Fields
DB2 = 0IBM DB2 for Linux, Unix, and Windows (LUW).
MySQL = 1Oracle MySQL database system.
Oracle = 2Oracle Database (formerly Oracle RDBMS).
PostgreSQL = 3PostgreSQL open-source relational database.
Sqlite = 4SQLite embedded database engine.
SQLServer = 5Microsoft SQL Server relational database.
Teradata = 6Teradata Vantage analytics platform.
Remarks
Velocity supports multiple relational database systems, each with its own specific connection implementation and SQL dialect. The datasource type determines which database adaptor and builder will be used for operations.