Preparing search index...
The search index is not available
Deepkit
Deepkit
sqlite
SQLiteConnection
Class SQLiteConnection
Hierarchy
SQLConnection
SQLiteConnection
Index
Constructors
constructor
Properties
changes
db
db
Path
platform
Database
Constructor
Methods
exec
get
Changes
handle
Error
prepare
run
Constructors
constructor
new SQLite
Connection
(
connectionPool
:
SQLConnectionPool
, dbPath
:
string
, logger
?:
DatabaseLogger
, transaction
?:
DatabaseTransaction
, stopwatch
?:
Stopwatch
)
:
SQLiteConnection
Parameters
connectionPool:
SQLConnectionPool
dbPath:
string
Optional
logger:
DatabaseLogger
Optional
transaction:
DatabaseTransaction
Optional
stopwatch:
Stopwatch
Returns
SQLiteConnection
Properties
Protected
changes
changes
:
number
= 0
db
db
:
Database
Protected
db
Path
db
Path
:
string
platform
platform
:
SQLitePlatform
= ...
Static
Database
Constructor
Database
Constructor
:
any
= sqlite3
Methods
exec
exec
(
sql
:
string
)
:
Promise
<
void
>
Parameters
sql:
string
Returns
Promise
<
void
>
get
Changes
get
Changes
(
)
:
Promise
<
number
>
Returns
Promise
<
number
>
Protected
handle
Error
handle
Error
(
error
:
string
|
Error
)
:
void
Parameters
error:
string
|
Error
Returns
void
prepare
prepare
(
sql
:
string
)
:
Promise
<
SQLiteStatement
>
Parameters
sql:
string
Returns
Promise
<
SQLiteStatement
>
run
run
(
sql
:
string
, params
?:
any
[]
)
:
Promise
<
void
>
Parameters
sql:
string
params:
any
[]
= []
Returns
Promise
<
void
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Modules
Deepkit
angular-
universal
api-
console-
api
api-
console-
module
app
broker
bson
core
core-
rxjs
create-
app
crypto
event
framework
framework-
debug-
api
http
injector
logger
mongo
mysql
orm
orm-
browser-
api
orm-
integration
postgres
rpc
rpc-
tcp
skeleton
sql
sqlite
stopwatch
template
type
type-
compiler
workflow
SQLite
Connection
constructor
changes
db
db
Path
platform
Database
Constructor
exec
get
Changes
handle
Error
prepare
run
Generated using
TypeDoc