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

commonMain.org.dbtools.query.shared.ext.StringExt.kt Maven / Gradle / Ivy

package org.dbtools.query.shared.ext

fun String.toSqlString(): String {
    val formattedSql = this.replace("'", "''")
    return "'$formattedSql'"
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy