Preparing search index...
The search index is not available
Deepkit
Deepkit
sql
IndexModel
Class IndexModel
Hierarchy
IndexModel
Index
Constructors
constructor
Properties
columns
is
Unique
name
partial
size
spatial
table
Methods
add
Column
get
Name
has
Column
value
Of
Constructors
constructor
new
Index
Model
(
table
:
Table
, name
:
string
, isUnique
?:
boolean
)
:
IndexModel
Parameters
table:
Table
name:
string
isUnique:
boolean
= false
Returns
IndexModel
Properties
columns
columns
:
Column
[]
= []
is
Unique
is
Unique
:
boolean
= false
name
name
:
string
partial
partial
:
boolean
= false
size
size
:
number
= 0
spatial
spatial
:
boolean
= false
table
table
:
Table
Methods
add
Column
add
Column
(
columnName
:
string
)
:
void
Parameters
columnName:
string
Returns
void
get
Name
get
Name
(
)
:
string
Returns
string
has
Column
has
Column
(
columnName
:
string
)
:
boolean
Parameters
columnName:
string
Returns
boolean
value
Of
value
Of
(
)
:
string
Returns
string
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
Index
Model
constructor
columns
is
Unique
name
partial
size
spatial
table
add
Column
get
Name
has
Column
value
Of
Generated using
TypeDoc