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

commonMain.org.dbtools.query.sql.PostgresqlQueryBuilder.kt Maven / Gradle / Ivy

/*
 * PostgresqlQueryBuilder.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.sql

import org.dbtools.query.shared.util.PostgresqlUtil

/**
 *
 * @author Jeff
 */
class PostgresqlQueryBuilder : SQLQueryBuilder() {
    override fun formatIgnoreCaseLikeClause(field: String, value: String): String {
        return PostgresqlUtil.formatIgnoreCaseLikeClause(field, value)
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy