
io.syndesis.dv.lsp.completion.providers.items.tableBodyOptionsCompletionItems.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": "TableBodyOptionsCompletionItems",
"version": "1.0.0",
"items": [
{
"label": "ANNOTATION",
"kind": "SNIPPET",
"detail": "",
"documentation": "description for table element",
"deprecated": "false",
"preselect": "false",
"sortText": "false",
"insertText": "ANNOTATION '${1:value}'",
"insertTextFormat": "SNIPPET",
"textEdit": "",
"additionalTextEdits": "",
"commitCharacters": ""
},
{
"label": "CARDINALITY",
"kind": "SNIPPET",
"detail": "",
"documentation": "Costing information. Number of rows in the table. Used for planning purposes ",
"deprecated": "false",
"preselect": "false",
"sortText": "false",
"insertText": "CARDINALITY ${1:number}",
"insertTextFormat": "SNIPPET",
"textEdit": "",
"additionalTextEdits": "",
"commitCharacters": ""
},
{
"label": "UPDATABLE",
"kind": "SNIPPET",
"detail": "",
"documentation": "Defines if the view is allowed to update or not. Defaults to true if the view/table is updatable. ",
"deprecated": "false",
"preselect": "false",
"sortText": "false",
"insertText": "UPDATABLE '${1:boolean}'",
"insertTextFormat": "SNIPPET",
"textEdit": "",
"additionalTextEdits": "",
"commitCharacters": ""
}
]
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy