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

com.github.jasync.sql.db.interceptor.PreparedStatementParams.kt Maven / Gradle / Ivy

package com.github.jasync.sql.db.interceptor

data class PreparedStatementParams(
    val query: String,
    val values: List,
    val release: Boolean
)




© 2015 - 2025 Weber Informatics LLC | Privacy Policy