Search
Preparing search index...
The search index is not available
sakura-node-3
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Globals
"test/database/driver/testpgquerybuilder"
Enterprise
Class Enterprise
Hierarchy
Model
Enterprise
Indexable
[
key:
string
]:
any
Index
Properties
eid
name
Methods
composite
Model
From
Row
model
From
Row
models
From
Rows
Properties
eid
eid
:
number
name
name
:
string
Methods
Static
composite
Model
From
Row
composite
Model
From
Row<T, U>
(
row
:
any
, typeA
:
ModelClass
<
T
>
, typeB
:
ModelClass
<
U
>
)
:
T
&
U
composite
Model
From
Row<T, U, V>
(
row
:
any
, typeA
:
ModelClass
<
T
>
, typeB
:
ModelClass
<
U
>
, typeC
:
ModelClass
<
V
>
)
:
T
&
U
&
V
Type parameters
T
:
Model
U
:
Model
Parameters
row:
any
typeA:
ModelClass
<
T
>
typeB:
ModelClass
<
U
>
Returns
T
&
U
Model (subclass of Model) instance.
Type parameters
T
:
Model
U
:
Model
V
:
Model
Parameters
row:
any
typeA:
ModelClass
<
T
>
typeB:
ModelClass
<
U
>
typeC:
ModelClass
<
V
>
Returns
T
&
U
&
V
Static
model
From
Row
model
From
Row<T>
(
row
:
any
, type
:
object
)
:
T
Type parameters
T
:
Model
Parameters
row:
any
type:
object
constructor
:
function
new __type
(
)
:
T
Returns
T
Returns
T
Model (subclass of Model) instance.
Static
models
From
Rows
models
From
Rows<T>
(
rows
:
any
[]
, type
:
object
)
:
T
[]
Type parameters
T
:
Model
Parameters
rows:
any
[]
type:
object
constructor
:
function
new __type
(
)
:
T
Returns
T
Returns
T
[]
Model (subclass of Model) instances.
Globals
"test/database/driver/testpgquerybuilder"
Enterprise
eid
name
composite
Model
From
Row
model
From
Row
models
From
Rows
Land
Test
Create
Table
Department
Test
Create
Table
Farm
Record
Test
Create
Table
User
Test
Insert
User
Test
Select
User
Test
Update
Query
User
Weather
Cache
Info