Preparing search index...
The search index is not available
spark.js API Documentation - v0.1.0
spark.js API Documentation
sql/types/VarcharType
VarcharType
Class VarcharType
Hierarchy (
View Summary
)
StringType
VarcharType
Index
Constructors
constructor
Properties
collation
INSTANCE
length
Methods
isUTF8
Binary
Collation
default
Size
type
Name
to
String
simple
String
catalog
String
sql
exists
Recursively
is
Byte
is
Short
is
Int32
is
Int64
is
Float
Constructors
constructor
new
VarcharType
(
length
:
number
)
:
VarcharType
Parameters
length
:
number
Returns
VarcharType
Properties
collation
collation
:
string
Static
Readonly
INSTANCE
INSTANCE
:
StringType
= ...
length
length
:
number
Methods
Protected
isUTF8
Binary
Collation
isUTF8BinaryCollation
()
:
boolean
Returns
boolean
default
Size
defaultSize
()
:
number
Returns
number
type
Name
typeName
()
:
string
Returns
string
to
String
toString
()
:
string
Returns
string
simple
String
simpleString
()
:
string
Returns
string
catalog
String
catalogString
()
:
string
Returns
string
sql
sql
()
:
string
Returns
string
exists
Recursively
existsRecursively
(
f
:
(
dt
:
DataType
)
=>
boolean
)
:
boolean
Parameters
f
:
(
dt
:
DataType
)
=>
boolean
Returns
boolean
Static
is
Byte
isByte
(
v
:
number
)
:
boolean
Parameters
v
:
number
Returns
boolean
Static
is
Short
isShort
(
v
:
number
)
:
boolean
Parameters
v
:
number
Returns
boolean
Static
is
Int32
isInt32
(
v
:
number
)
:
boolean
Parameters
v
:
number
Returns
boolean
Static
is
Int64
isInt64
(
v
:
number
)
:
boolean
Parameters
v
:
number
Returns
boolean
Static
is
Float
isFloat
(
v
:
number
)
:
boolean
Parameters
v
:
number
Returns
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
collation
INSTANCE
length
Methods
isUTF8
Binary
Collation
default
Size
type
Name
to
String
simple
String
catalog
String
sql
exists
Recursively
is
Byte
is
Short
is
Int32
is
Int64
is
Float
spark.js API Documentation - v0.1.0
Loading...