All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.syndesis.dv.lsp.completion.providers.items.queryExpressionCompletionItems.json Maven / Gradle / Ivy

Go to download

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