Preparing search index...
The search index is not available
sij-core
sij-core
TypeBuilder
Class TypeBuilder
Index
Constructors
constructor
Accessors
big
Int
boolean
bytea
date
double
int
interval
real
small
Int
text
time
timestamp
uuid
Methods
binary
blob
char
clob
custom
decimal
float
var
Binary
var
Char
Constructors
constructor
new
Type
Builder
(
)
:
TypeBuilder
Returns
TypeBuilder
Accessors
big
Int
get
bigInt
(
)
:
ast
.
SqlBigInt
Returns
ast
.
SqlBigInt
boolean
get
boolean
(
)
:
ast
.
Boolean
Returns
ast
.
Boolean
bytea
get
bytea
(
)
:
ast
.
Bytea
Returns
ast
.
Bytea
date
get
date
(
)
:
ast
.
SqlDate
Returns
ast
.
SqlDate
double
get
double
(
)
:
ast
.
Double
Returns
ast
.
Double
int
get
int
(
)
:
ast
.
Int
Returns
ast
.
Int
interval
get
interval
(
)
:
ast
.
Interval
Returns
ast
.
Interval
real
get
real
(
)
:
ast
.
Real
Returns
ast
.
Real
small
Int
get
smallInt
(
)
:
ast
.
SmallInt
Returns
ast
.
SmallInt
text
get
text
(
)
:
ast
.
Text
Returns
ast
.
Text
time
get
time
(
)
:
ast
.
Time
Returns
ast
.
Time
timestamp
get
timestamp
(
)
:
ast
.
Timestamp
Returns
ast
.
Timestamp
uuid
get
uuid
(
)
:
ast
.
Uuid
Returns
ast
.
Uuid
Methods
binary
binary
(
size
)
:
ast
.
Binary
Parameters
size
:
number
Returns
ast
.
Binary
blob
blob
(
size
)
:
ast
.
Blob
Parameters
size
:
number
Returns
ast
.
Blob
char
char
(
size
?
)
:
ast
.
Char
Parameters
Optional
size
:
number
Returns
ast
.
Char
clob
clob
(
size
)
:
ast
.
Clob
Parameters
size
:
number
Returns
ast
.
Clob
custom
custom
(
name
)
:
ast
.
Custom
Parameters
name
:
string
Returns
ast
.
Custom
decimal
decimal
(
)
:
ast
.
Decimal
Returns
ast
.
Decimal
decimal
(
args
)
:
ast
.
Decimal
Parameters
args
:
{
precision
:
number
;
}
precision
:
number
Returns
ast
.
Decimal
decimal
(
args
)
:
ast
.
Decimal
Parameters
args
:
{
precision
:
number
;
scale
:
number
;
}
precision
:
number
scale
:
number
Returns
ast
.
Decimal
float
float
(
size
?
)
:
ast
.
Float
Parameters
Optional
size
:
number
Returns
ast
.
Float
var
Binary
var
Binary
(
size
)
:
ast
.
VarBinary
Parameters
size
:
number
Returns
ast
.
VarBinary
var
Char
var
Char
(
size
?
)
:
ast
.
VarChar
Parameters
Optional
size
:
number
Returns
ast
.
VarChar
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
constructor
big
Int
boolean
bytea
date
double
int
interval
real
small
Int
text
time
timestamp
uuid
binary
blob
char
clob
custom
decimal
float
var
Binary
var
Char
sij-core
ast
builder
Builder
ConstraintBuilder
DefaultBuilder
DeleteBuilder
Functions
InsertBuilder
QueryBuilder
Renderer
SchemaBuilder
TypeBuilder
UpdateBuilder
MakeJoinTable
Generated using
TypeDoc