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

com.dbobjekts.vendors.h2.H2Properties.kt Maven / Gradle / Ivy

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

import com.dbobjekts.vendors.VendorSpecificProperties

class H2Properties:VendorSpecificProperties {

    override fun sequencePattern(): String = "call nextval('%s')"

    override fun supportsJoinsInUpdateAndDelete(): Boolean = false

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy