Skip to content

Connection manager types

Include: Use Db\cDbConnectionManager.pkg

Connection manager types lists public structs used by this API.

Example

tDbConnection conn
Move "MAIN" to conn.sId
Move "sqlite:Data/Main.db" to conn.sConnectionURI

tDbConnection

Field Type Description
sId String sId value.
sConnectionURI String sConnectionURI value.
hDriver Handle hDriver value.
bDisabled Boolean bDisabled value.
bActive Boolean bActive value.

tDbDriverLI

Field Type Description
sName String sName value.
hClass Handle hClass value.

See also