prorm API Reference
← Documentation
GitLab
Preparing search index...
index
buildDropSequenceSQL
Function buildDropSequenceSQL
buildDropSequenceSQL
(
name
:
string
,
dialect
:
string
,
quoteId
:
(
id
:
string
)
=>
string
,
ifExists
?:
boolean
,
)
:
string
Builds
DROP SEQUENCE
for the dialect.
Parameters
name
:
string
dialect
:
string
quoteId
:
(
id
:
string
)
=>
string
ifExists
:
boolean
= true
Returns
string
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
← Documentation
GitLab
prorm API Reference
Loading...
Builds
DROP SEQUENCEfor the dialect.