|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnz.ac.waikato.mcennis.rat.graph.model.ModelShell
nz.ac.waikato.mcennis.rat.graph.DerbyGraph
nz.ac.waikato.mcennis.rat.graph.PostgresqlGraph
public class PostgresqlGraph
Sub-class of the DerbyGraph Object to work with postgresql databases
Nested Class Summary |
---|
Nested classes/interfaces inherited from class nz.ac.waikato.mcennis.rat.graph.DerbyGraph |
---|
DerbyGraph.ActorIterator |
Field Summary |
---|
Fields inherited from class nz.ac.waikato.mcennis.rat.graph.DerbyGraph |
---|
serialVersionUID |
Fields inherited from class nz.ac.waikato.mcennis.rat.graph.model.ModelShell |
---|
listener |
Constructor Summary | |
---|---|
PostgresqlGraph()
Creates a new instance of PostgresqlGraph |
Method Summary | |
---|---|
void |
initializeDatabase()
Performs Postgresql specific database initialization |
void |
startup()
Performs postgresql initialization rather than DerbyGraph FIXME: initActor for postgresql is needed |
Methods inherited from class nz.ac.waikato.mcennis.rat.graph.DerbyGraph |
---|
add, add, add, add, add, addChild, anonymize, clear, close, commit, compareTo, deleteDatabase, finalize, getActor, getActor, getActor, getActorClass, getActorCount, getActorIterator, getActorIterator, getActorTypes, getChildren, getChildren, getChildrenIterator, getDirectory, getID, getLink, getLink, getLink, getLinkByDesinationIterator, getLinkByDestination, getLinkBySource, getLinkBySourceIterator, getLinkIterator, getLinkIterator, getLinkIterator, getLinkTypes, getParameter, getParameter, getParent, getPathSet, getPathSet, getPathSetIterator, getProperty, getProperty, getPropertyIterator, init, initActor, initLink, isInitialized, prepareStatement, prototype, publishChange, remove, remove, removeProperty, retrieveActor, setActorClass, setDirectory, setID |
Methods inherited from class nz.ac.waikato.mcennis.rat.graph.model.ModelShell |
---|
addListener, fireChange |
Methods inherited from class java.lang.Object |
---|
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface nz.ac.waikato.mcennis.rat.graph.model.Model |
---|
addListener |
Constructor Detail |
---|
public PostgresqlGraph()
Method Detail |
---|
public void startup() throws java.sql.SQLException
startup
in class DerbyGraph
java.sql.SQLException
public void initializeDatabase() throws java.sql.SQLException
initializeDatabase
in class DerbyGraph
java.sql.SQLException
|
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |