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). (⚠️ Full Edition only)

PostgreSQL = 3

PostgreSQL open-source relational database.

Sqlite = 4

SQLite embedded database engine. (⚠️ Full Edition only)

SQLServer = 5

Microsoft SQL Server relational database. (⚠️ Full Edition only)

Teradata = 6

Teradata Vantage analytics platform. (⚠️ Full Edition only)

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.