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

com.google.code.plsqlmaven.oraddl.OraDdlMojo Maven / Gradle / Ivy

//
// Generated stub from file:/Users/andrea/Progetti/oss/googlecode/plsqlmaven/svn/trunk/target/checkout/oraddl-maven-plugin/src/main/groovy/com/google/code/plsqlmaven/oraddl/OraDdlMojo.groovy
//

package com.google.code.plsqlmaven.oraddl;

import java.lang.*;
import java.io.*;
import java.net.*;
import java.util.*;
import groovy.lang.*;
import groovy.util.*;
import java.math.BigDecimal;
import java.math.BigInteger;
import groovy.sql.Sql;
import org.codehaus.groovy.maven.mojo.GroovyMojo;
import com.google.code.plsqlmaven.shared.SchemaUtils;

/**
 * Basic mojo to extend for Oracle DDL goals
 */
public abstract class OraDdlMojo
    extends GroovyMojo
    implements groovy.lang.GroovyObject
{
    /**
     * Database username.
     *
     * @since 1.0
     * @parameter expression="${username}"
     */
    protected java.lang.String username = null;

    /**
     * Database password.
     *
     * @since 1.0
     * @parameter expression="${password}"
     */
    protected java.lang.String password = null;

    /**
     * Database URL.
     *
     * @parameter expression="${url}"
     * @since 1.0
     */
    protected java.lang.String url = null;

    /**
     * @parameter expression="${project}"
     * @required
     * @readonly
     */
    protected org.apache.maven.project.MavenProject project = null;

    /**
     * Database connection helper
     */
    protected Sql sql = null;

    /**
     * Utilities for schema handling
     */
    private SchemaUtils schemaUtils = null;

    public void disconnectFromDatabase() {
        throw new InternalError("Stubbed method");
    }

    public boolean connectToDatabase() {
        throw new InternalError("Stubbed method");
    }

    /**
     * Source directory for schema files src/main/schema
     */
    public java.lang.String getSourceDirectory() {
        throw new InternalError("Stubbed method");
    }

    public java.lang.Object getSchemaSourceFiles() {
        throw new InternalError("Stubbed method");
    }

    public java.lang.Object getSourceDescriptor(File source) {
        throw new InternalError("Stubbed method");
    }

    public java.lang.String path(java.lang.Object p) {
        throw new InternalError("Stubbed method");
    }

    private java.lang.Object val(java.lang.Object v, java.lang.Object d) {
        throw new InternalError("Stubbed method");
    }

    public SchemaUtils getSchemaUtils() {
        throw new InternalError("Stubbed method");
    }

    public java.lang.Object oid(java.lang.Object xmlIdentifier, java.lang.Object quote) {
        throw new InternalError("Stubbed method");
    }

    public java.lang.Object xid(java.lang.Object oracleIdentifier) {
        throw new InternalError("Stubbed method");
    }

    public java.lang.Object mlc(java.lang.Object multiLineText) {
        throw new InternalError("Stubbed method");
    }

    public java.lang.String path2(java.lang.String dirs) {
        throw new InternalError("Stubbed method");
    }

    public groovy.lang.MetaClass getMetaClass() {
        throw new InternalError("Stubbed method");
    }

    public void setMetaClass(groovy.lang.MetaClass metaClass) {
        throw new InternalError("Stubbed method");
    }

    public java.lang.Object invokeMethod(java.lang.String name, java.lang.Object args) {
        throw new InternalError("Stubbed method");
    }

    public java.lang.Object getProperty(java.lang.String name) {
        throw new InternalError("Stubbed method");
    }

    public void setProperty(java.lang.String name, java.lang.Object value) {
        throw new InternalError("Stubbed method");
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy