
io.syndesis.dv.lsp.completion.providers.items.queryExpressionCompletionItems.json Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of dv-server Show documentation
Show all versions of dv-server Show documentation
Tool that allows creating, editing and managing dynamic VDBs for the Teiid OpenShift Deployment.
The newest version!
{
"name": "CreateStatementTemplateCompletionItems",
"version": "1.0.0",
"items": [
{
"label": "CREATE VIEW",
"kind": "KEYWORD",
"detail": "",
"documentation": "",
"deprecated": "false",
"preselect": "false",
"sortText": "false",
"insertText": "CREATE VIEW ",
"insertTextFormat": "",
"textEdit": "",
"additionalTextEdits": "",
"commitCharacters": "",
"category": ""
},
{
"label": "CREATE VIEW ...",
"kind": "SNIPPET",
"detail": "",
"documentation": "",
"deprecated": "false",
"preselect": "false",
"sortText": "false",
"insertText": "CREATE VIEW ${1:view_name} (\n) AS SELECT * FROM ${2:table_name};",
"insertTextFormat": "SNIPPET",
"textEdit": "",
"additionalTextEdits": "",
"commitCharacters": "",
"category": ""
}
]
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy