Skip to main content

InfluxDBEscapeUtils

Functions

createEscaper

InfluxDBEscapeUtils.createEscaper(subTableEscapeTable) → (string) → string

Creates a new escaper function for the given table.

createQuotedEscaper

InfluxDBEscapeUtils.createQuotedEscaper(subTableEscapeTable) → (string) → string

Creates a new escaper function for the given table, with quotes.

Show raw api
{
    "functions": [
        {
            "name": "createEscaper",
            "desc": "Creates a new escaper function for the given table.",
            "params": [
                {
                    "name": "subTable",
                    "desc": "",
                    "lua_type": "EscapeTable"
                }
            ],
            "returns": [
                {
                    "desc": "",
                    "lua_type": "(string) -> string"
                }
            ],
            "function_type": "static",
            "source": {
                "line": 33,
                "path": "src/influxdbclient/src/Shared/Utils/InfluxDBEscapeUtils.lua"
            }
        },
        {
            "name": "createQuotedEscaper",
            "desc": "Creates a new escaper function for the given table, with quotes.",
            "params": [
                {
                    "name": "subTable",
                    "desc": "",
                    "lua_type": "EscapeTable"
                }
            ],
            "returns": [
                {
                    "desc": "",
                    "lua_type": "(string) -> string"
                }
            ],
            "function_type": "static",
            "source": {
                "line": 59,
                "path": "src/influxdbclient/src/Shared/Utils/InfluxDBEscapeUtils.lua"
            }
        }
    ],
    "properties": [],
    "types": [],
    "name": "InfluxDBEscapeUtils",
    "desc": "",
    "source": {
        "line": 5,
        "path": "src/influxdbclient/src/Shared/Utils/InfluxDBEscapeUtils.lua"
    }
}