sqlTokens

fun String.sqlTokens(hashLineComments: Boolean = false): Sequence<SqlToken>

Tokenizes SQL-like identifiers and semicolons outside comments and quoted text.