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

com.storedobject.core.Install Maven / Gradle / Ivy

package com.storedobject.core;

public final class Install {

    public Install(java.util.Properties p1) throws java.lang.Exception {
        this();
    }

    private Install() {
    }

    public void executeSQL(java.io.Reader p1) {
    }

    public void executeSQL(java.lang.String[] p1) {
    }

    public com.storedobject.core.Transaction createTransaction() throws java.lang.Exception {
        return null;
    }

    public void installClass(java.lang.String p1) throws java.lang.Exception {
    }

    public void installClass(java.lang.Class  p1) throws java.lang.Exception {
    }

    public void createModule(java.lang.String p1) {
    }

    public void dropModule(java.lang.String p1) {
    }

    public void dropClass(java.lang.String p1) throws java.lang.Exception {
    }

    public void dropClass(java.lang.Class  p1) throws java.lang.Exception {
    }

    public void reindexClass(java.lang.String p1) throws java.lang.Exception {
    }

    public void reindexClass(java.lang.Class  p1) throws java.lang.Exception {
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy