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

com.dbobjekts.vendors.VendorSpecificProperties.kt Maven / Gradle / Ivy

There is a newer version: 0.6.0-RC2
Show newest version
package com.dbobjekts.vendors

interface VendorSpecificProperties {

    fun sequencePattern(): String? = null

    fun supportsJoinsInUpdateAndDelete(): Boolean

    fun getLimitClause(maxRows: Int): String = "limit $maxRows"

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy