Preparing search index...
The search index is not available
Deepkit
Deepkit
mysql
MySQLConnection
Class MySQLConnection
Hierarchy
SQLConnection
MySQLConnection
Index
Constructors
constructor
Properties
changes
connection
connector?
last
Exec
Result?
Methods
get
Changes
prepare
run
Constructors
constructor
new
MySQLConnection
(
connection
:
PoolConnection
, connectionPool
:
SQLConnectionPool
, logger
?:
DatabaseLogger
, transaction
?:
DatabaseTransaction
, stopwatch
?:
Stopwatch
)
:
MySQLConnection
Parameters
connection:
PoolConnection
connectionPool:
SQLConnectionPool
Optional
logger:
DatabaseLogger
Optional
transaction:
DatabaseTransaction
Optional
stopwatch:
Stopwatch
Returns
MySQLConnection
Properties
Protected
changes
changes
:
number
= 0
connection
connection
:
PoolConnection
Protected
Optional
connector
connector
?:
Promise
<
PoolConnection
>
Optional
last
Exec
Result
last
Exec
Result
?:
UpsertResult
[]
Methods
get
Changes
get
Changes
(
)
:
Promise
<
number
>
Returns
Promise
<
number
>
prepare
prepare
(
sql
:
string
)
:
Promise
<
MySQLStatement
>
Parameters
sql:
string
Returns
Promise
<
MySQLStatement
>
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
MySQLConnection
constructor
changes
connection
connector?
last
Exec
Result?
get
Changes
prepare
run
Generated using
TypeDoc