Search
Preparing search index...
The search index is not available
ElbowGrease
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Globals
"src/dialects"
MySQLDialect
Class MySQLDialect
Hierarchy
Dialect
MySQLDialect
Index
Constructors
constructor
Properties
client
connection
Data
options
real_
client
Methods
get
Client
get
Columns
get
Mapping
get
Table
Names
get
Tables
map
Column
transform
Column
Constructors
constructor
new
MySQLDialect
(
connectionData
:
any
, options
:
any
)
:
MySQLDialect
Parameters
connectionData:
any
options:
any
Returns
MySQLDialect
Properties
Protected
client
client
:
IClient
connection
Data
connection
Data
:
ConnectionData
options
options
:
Options
Protected
real_
client
real_
client
:
any
Methods
get
Client
get
Client
(
)
:
Promise
<
IClient
>
Returns
Promise
<
IClient
>
get
Columns
get
Columns
(
table
:
any
)
:
Promise
<
object
>
Parameters
table:
any
Returns
Promise
<
object
>
get
Mapping
get
Mapping
(
)
:
object
Returns
object
Buffer
:
string
[]
Date
:
string
[]
Object
:
string
[]
boolean
:
string
[]
number
:
string
[]
string
:
string
[]
get
Table
Names
get
Table
Names
(
)
:
Promise
<
any
[]
>
Returns
Promise
<
any
[]
>
get
Tables
get
Tables
(
)
:
Promise
<
any
>
Returns
Promise
<
any
>
map
Column
map
Column
(
column_type
:
string
)
:
string
Parameters
column_type:
string
Returns
string
transform
Column
transform
Column
(
column
:
DBColumn
)
:
Column
Parameters
column:
DBColumn
Returns
Column
Globals
Internals
"bin/elbowgrease"
"src/elbowgrease"
Externals
"src/dialects"
"src/generator"
"src/options"
Dialect
Type
Dialect
MySQLDialect
constructor
client
connection
Data
options
real_
client
get
Client
get
Columns
get
Mapping
get
Table
Names
get
Tables
map
Column
transform
Column
Postgres
Dialect
Column
IClient
Table
DBColumn
Query
Result