ODBCConfiguration
classin packageklyn.data.sql
public final class ODBCConfiguration extends SQLConfiguration:
└ ODBCConfiguration

Explicit ODBC connection and SQL-dialect configuration.

Example
config = ODBCConfiguration(
connectionString="DSN=Reporting",
dialect=PostgreSQLDialect(),
verifyServer=true
)
Properties
Modifier and Type Member Description
public readonly property connectionString
connectionString as String
No summary.
public readonly property verifyServer
verifyServer as Boolean
No summary.
Inherited Properties
propertyInherited Properties from SQLConfiguration: database, dialect, driver, host, mappedTypes, password, port, providerName, showSQL, username
propertyInherited Properties from ProviderConfiguration: mappedTypes, providerName
Constructors
Modifier and Type Member Description
public ODBCConfiguration
ODBCConfiguration( connectionString as String, dialect as SQLDialect, verifyServer as Boolean = true, username as String = "", password as String = "", showSQL as Boolean = false ):
No summary.
Methods
Modifier and Type Member Description
public override buildConnectionString
buildConnectionString() as String:
No summary.
Inherited Methods
methodInherited Methods from SQLConfiguration: buildConnectionString, openConnection