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

com.sxtanna.db.struct.statement.use.kt Maven / Gradle / Ivy

There is a newer version: 1.6
Show newest version
package com.sxtanna.db.struct.statement

import com.sxtanna.db.struct.Database

/**
 * An object that can use (switch/select) a specific [Database]
 */
interface DBUser { // spooky name lol..

    /**
     * Use this database
     */
    fun use(database : Database)

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy