sqlTokens

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

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