dynamodb-partiql-parser - v0.1.1
GitHub
npm
DynamoDB PartiQL guide
Preparing search index...
DdlStatement
Interface DdlStatement
interface
DdlStatement
{
command
:
"CREATE"
|
"DROP"
|
"ALTER"
|
"TRUNCATE"
;
kind
:
"ddl_statement"
;
range
:
Range
;
}
Hierarchy (
View Summary
)
BaseNode
DdlStatement
Index
Properties
command
kind
range
Properties
command
command
:
"CREATE"
|
"DROP"
|
"ALTER"
|
"TRUNCATE"
kind
kind
:
"ddl_statement"
range
range
:
Range
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
command
kind
range
GitHub
npm
DynamoDB PartiQL guide
dynamodb-partiql-parser - v0.1.1
Loading...