com.phenix.pct
Class OracleHolder
java.lang.Object
com.phenix.pct.SchemaHolder
com.phenix.pct.OracleHolder
public class OracleHolder
- extends SchemaHolder
| Methods inherited from class com.phenix.pct.SchemaHolder |
getCodepage, getCollation, getDbName, getPassword, getSchemaFile, getUsername, setCodepage, setCollation, setDbName, setPassword, setSchemaFile, setUsername |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OracleHolder
public OracleHolder()
getOracleVersion
public int getOracleVersion()
setOracleVersion
public void setOracleVersion(int oracleVersion)
validate
public boolean validate()
- Description copied from class:
SchemaHolder
- Validation of schema holder parameters. Use with care for now. Oh no, not really care, but
it isn't validating many things for now. In fact, this should be subclassed for every
database type.
- Specified by:
validate in class SchemaHolder
- Returns:
- True if parameters are correct
getParameters
public Collection getParameters()
- Specified by:
getParameters in class SchemaHolder
getProcedure
public String getProcedure()
- Specified by:
getProcedure in class SchemaHolder
Copyright © 2003-2011 Gilles QUERRET. All Rights Reserved.