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

commonMain.org.dbtools.query.shared.util.PostgresqlUtil.kt Maven / Gradle / Ivy

/*
 * PostgresqlUtil.java
 *
 * Created on October 27, 2007
 *
 * Copyright 2007 Jeff Campbell. All rights reserved. Unauthorized reproduction 
 * is a violation of applicable law. This material contains certain 
 * confidential or proprietary information and trade secrets of Jeff Campbell.
 */
package org.dbtools.query.shared.util

/**
 *
 * @author Jeff
 */
object PostgresqlUtil {
    fun formatIgnoreCaseLikeClause(column: String, value: String): String {
        return "$column ilike $value"
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy