com.phenix.pct
Class ODBCHolder
java.lang.Object
com.phenix.pct.SchemaHolder
com.phenix.pct.ODBCHolder
public class ODBCHolder
- extends SchemaHolder
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ODBCHolder
public ODBCHolder()
getPassword
public String getPassword()
- Overrides:
getPassword in class SchemaHolder
setPassword
public void setPassword(String password)
- Overrides:
setPassword in class SchemaHolder
getUser
public String getUser()
setUser
public void setUser(String user)
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.