prorm API Reference
← Documentation
GitLab
Preparing search index...
types
DataTypeBlob
Interface DataTypeBlob
Binary data. The size variants map to the engine's own blob types.
interface
DataTypeBlob
{
toSql
?:
()
=>
string
;
key
:
"BLOB"
;
length
?:
"tiny"
|
"medium"
|
"long"
;
}
Hierarchy (
View Summary
)
DataTypeAbstract
DataTypeBlob
Index
Properties
to
Sql?
key
length?
Properties
Optional
to
Sql
toSql
?:
()
=>
string
key
key
:
"BLOB"
Optional
length
length
?:
"tiny"
|
"medium"
|
"long"
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
to
Sql
key
length
← Documentation
GitLab
prorm API Reference
Loading...
Binary data. The size variants map to the engine's own blob types.