Table of Contents

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 = 0

IBM DB2 for Linux, Unix, and Windows (LUW).

MySQL = 1

Oracle MySQL database system.

Oracle = 2

Oracle Database (formerly Oracle RDBMS).

PostgreSQL = 3

PostgreSQL open-source relational database.

Sqlite = 4

SQLite embedded database engine.

SQLServer = 5

Microsoft SQL Server relational database.

Teradata = 6

Teradata 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.