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/model/inherentggmodel"
User
Class User
Hierarchy
GGModel
User
Indexable
[
key:
string
]:
any
Index
Properties
created
At
is
Deleted
updated
At
username
Methods
composite
Model
From
Row
model
From
Row
models
From
Rows
Object literals
config
CREATED_
AT_
COLUMN_
PARAM
IS_
DELETED_
COLUMN_
PARAM
UPDATED_
AT_
COLUMN_
PARAM
Properties
created
At
created
At
:
timestamp
is
Deleted
is
Deleted
:
boolean
= false
updated
At
updated
At
:
timestamp
username
username
:
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.
Object literals
config
config
:
object
auto
Insert
Created
AtUsing
Now
auto
Insert
Created
AtUsing
Now
:
boolean
= true
auto
Insert
Updated
AtUsing
Now
auto
Insert
Updated
AtUsing
Now
:
boolean
= true
auto
Update
Updated
AtUsing
Now
auto
Update
Updated
AtUsing
Now
:
boolean
= true
Static
CREATED_
AT_
COLUMN_
PARAM
CREATED_
AT_
COLUMN_
PARAM
:
object
comment
comment
:
string
= "创建时间"
flag
flag
:
NOT_NULL
= SqlFlag.NOT_NULL
name
name
:
string
= "created_at"
type
type
:
TIMESTAMP
= SqlType.TIMESTAMP
Static
IS_
DELETED_
COLUMN_
PARAM
IS_
DELETED_
COLUMN_
PARAM
:
object
comment
comment
:
string
= "是否被删除"
flag
flag
:
NOT_NULL
= SqlFlag.NOT_NULL
name
name
:
string
= "is_deleted"
type
type
:
BOOLEAN
= SqlType.BOOLEAN
Static
UPDATED_
AT_
COLUMN_
PARAM
UPDATED_
AT_
COLUMN_
PARAM
:
object
comment
comment
:
string
= "修改时间"
flag
flag
:
NOT_NULL
= SqlFlag.NOT_NULL
name
name
:
string
= "updated_at"
type
type
:
TIMESTAMP
= SqlType.TIMESTAMP
Globals
"test/model/inherentggmodel"
User
created
At
is
Deleted
updated
At
username
composite
Model
From
Row
model
From
Row
models
From
Rows
config
CREATED_
AT_
COLUMN_
PARAM
IS_
DELETED_
COLUMN_
PARAM
UPDATED_
AT_
COLUMN_
PARAM