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

fun.langel.cql.Cave Maven / Gradle / Ivy

The newest version!
package fun.langel.cql;

/**
 * @author [email protected](GuHan)
 * @since 2022/3/17 15:58
 **/
public class Cave {

    public Object query(String sql) {
        return null;
    }

    public Object insert(String sql) {
        return null;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy