Constructor
database connection
Protected Readonly connectionConnection
Protected tableTable
Perform query
Optional columns: string[]Optional where: stringOptional whereArgs: [] | DBValue[]Optional join: stringOptional groupBy: stringOptional having: stringOptional orderBy: stringOptional limit: numberOptional offset: numberProtected createProtected 
Create the UserCustomResultSet
Get the connection
Get the table
table
Perform query
Optional columns: string[]Optional where: stringOptional whereArgs: any[]Optional join: stringOptional groupBy: stringOptional having: stringOptional orderBy: stringOptional limit: numberOptional offset: numberOptional columns: string[]Optional where: stringOptional join: stringOptional groupBy: stringOptional having: stringOptional orderBy: stringOptional limit: numberOptional offset: numberPerform raw query
Perform raw query with specified columns
Set the table
table
Generated using TypeDoc
GeoPackage User Custom Connection