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

au.net.causal.maven.plugins.boxdb.db.ExecutionMode Maven / Gradle / Ivy

There is a newer version: 3.3
Show newest version
package au.net.causal.maven.plugins.boxdb.db;

/**
 * How a SQL script is executed.
 */
public enum ExecutionMode
{
    /**
     * Execute scripts using JDBC.
     */
    JDBC,

    /**
     * Execute scripts using native database tool if available.  This mode may be slower but
     * also may allow additional functionality.
     */
    NATIVE
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy