|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.phenix.pct.SchemaHolder
public abstract class SchemaHolder
Schema holders class. Used as a nested element of PCTCreateBase.
| Constructor Summary | |
|---|---|
SchemaHolder()
|
|
| Method Summary | |
|---|---|
String |
getCodepage()
Returns holder's codepage |
String |
getCollation()
Returns holder's collation table |
String |
getDbName()
Returns schema holder name |
abstract Collection |
getParameters()
|
String |
getPassword()
|
abstract String |
getProcedure()
|
File |
getSchemaFile()
Returns schema file to load |
String |
getUsername()
|
void |
setCodepage(String codepage)
Sets holder's codepage |
void |
setCollation(String collation)
Sets holder's collation table |
void |
setDbName(String dbName)
Sets schema holder name |
void |
setPassword(String password)
|
void |
setSchemaFile(File schemaFile)
Sets schema file to load |
void |
setUsername(String username)
|
abstract boolean |
validate()
Validation of schema holder parameters. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SchemaHolder()
| Method Detail |
|---|
public String getPassword()
public void setPassword(String password)
public String getUsername()
public void setUsername(String username)
public String getDbName()
public void setDbName(String dbName)
dbName - String - Schema holder namepublic String getCodepage()
public void setCodepage(String codepage)
codepage - String - Codepagepublic File getSchemaFile()
public void setSchemaFile(File schemaFile)
schemaFile - String - Schema filepublic String getCollation()
public void setCollation(String collation)
collation - String - Collation tablepublic abstract boolean validate()
public abstract String getProcedure()
public abstract Collection getParameters()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||