public abstract class PrepareDB
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
void |
createCreateNewTableInEntitySchemaFunction() |
void |
createCreateNewTableInLinkStoreSchemaFunction() |
void |
createCreateNewTableInPropertySchemaFunction() |
void |
createFunctions() |
void |
creategetEntTablesAsSOPFunction() |
void |
creategetLsTableAsSopFunction() |
void |
createGetNextEdgeIdFunction() |
void |
creategetPsTableAsSopFunction() |
void |
createProcedures() |
void |
createSchema() |
void |
createTables() |
void |
createTriggers() |
abstract void |
createViews() |
static PrepareDB |
getInstance() |
public static PrepareDB getInstance()
public void createSchema() throws java.sql.SQLException
java.sql.SQLException
public void createTables() throws java.sql.SQLException
java.sql.SQLException
public abstract void createViews() throws java.sql.SQLException
java.sql.SQLException
public void createFunctions() throws java.sql.SQLException
java.sql.SQLException
public void createProcedures() throws java.sql.SQLException
java.sql.SQLException
public void createTriggers() throws java.sql.SQLException
java.sql.SQLException
public void creategetPsTableAsSopFunction() throws java.sql.SQLException
java.sql.SQLException
public void creategetLsTableAsSopFunction() throws java.sql.SQLException
java.sql.SQLException
public void creategetEntTablesAsSOPFunction() throws java.sql.SQLException
java.sql.SQLException
public void createCreateNewTableInEntitySchemaFunction() throws java.sql.SQLException
java.sql.SQLException
public void createCreateNewTableInLinkStoreSchemaFunction() throws java.sql.SQLException
java.sql.SQLException
public void createCreateNewTableInPropertySchemaFunction() throws java.sql.SQLException
java.sql.SQLException
public void createGetNextEdgeIdFunction() throws java.sql.SQLException
java.sql.SQLException