skipSqlQuoted

fun String.skipSqlQuoted(start: Int, quote: Char): Int

Returns the offset immediately after a SQL quoted range that starts at start.

The scanner treats doubled quote characters as escaped quotes, except for backtick-quoted identifiers where the first closing backtick ends the range.