public class Function
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
void |
callAddFolderMember(java.lang.String name,
java.lang.String memberId) |
void |
callAddPathToPathNode(java.lang.String id,
java.lang.String attributes) |
void |
callBfs(java.lang.String startNode,
java.lang.String endNode) |
void |
callConvertToTemporal() |
void |
callCreateEntityGraphStoreView() |
void |
callCreateIndex() |
void |
callCreatEntity(java.lang.String id,
java.lang.String attributes) |
void |
callDeleteEntity(java.lang.String id) |
void |
callDeleteFolderAttributes(java.lang.String name,
java.lang.String attributes) |
void |
callDeleteFolderMember(java.lang.String name,
java.lang.String memberID) |
void |
callDeletePathAttributes(java.lang.String name,
java.lang.String attributes) |
void |
callDeletePathMember(java.lang.String pathName,
java.lang.String memberID) |
java.lang.String |
callGetEntityRealId(java.lang.String eID,
java.lang.String classType) |
void |
callGetEntTablesAsSOP() |
java.lang.String |
callGetFolderPathIdByName(java.lang.String name,
java.lang.String classType) |
void |
callGetLsTableAsSop() |
java.lang.String |
callGetNextEdgeId() |
java.lang.String |
callGetNextFolderPathId(java.lang.String classType) |
void |
callGetPsTableAsSop() |
void |
callLoadEntityData() |
void |
callLoadGraphData() |
void |
callPrepareDB() |
java.sql.ResultSet |
callReadFolderMember(java.lang.String name) |
void |
callUpdateEntity(java.lang.String id,
java.lang.String attributes) |
void |
callUpdateFolder(java.lang.String name,
java.lang.String attributes) |
void |
callUpdatePathFunction(java.lang.String name,
java.lang.String attributes) |
void |
dropView(java.lang.String viewName) |
static Function |
getInstance() |
public static Function getInstance()
public void callLoadEntityData() throws java.sql.SQLException
java.sql.SQLException
public void callLoadGraphData() throws java.sql.SQLException
java.sql.SQLException
public void callPrepareDB() throws java.sql.SQLException
java.sql.SQLException
public void callCreateEntityGraphStoreView() throws java.sql.SQLException
java.sql.SQLException
public void callGetEntTablesAsSOP() throws java.sql.SQLException
java.sql.SQLException
public void callCreateIndex() throws java.sql.SQLException
java.sql.SQLException
public void callGetLsTableAsSop() throws java.sql.SQLException
java.sql.SQLException
public void callGetPsTableAsSop() throws java.sql.SQLException
java.sql.SQLException
public java.lang.String callGetEntityRealId(java.lang.String eID, java.lang.String classType) throws java.sql.SQLException
java.sql.SQLException
public java.lang.String callGetNextFolderPathId(java.lang.String classType) throws java.sql.SQLException
java.sql.SQLException
public java.lang.String callGetNextEdgeId() throws java.sql.SQLException
java.sql.SQLException
public void callCreatEntity(java.lang.String id, java.lang.String attributes) throws java.sql.SQLException
java.sql.SQLException
public void callDeleteEntity(java.lang.String id) throws java.sql.SQLException
java.sql.SQLException
public java.lang.String callGetFolderPathIdByName(java.lang.String name, java.lang.String classType) throws java.sql.SQLException
java.sql.SQLException
public void callUpdateFolder(java.lang.String name, java.lang.String attributes) throws java.sql.SQLException
java.sql.SQLException
public void callUpdateEntity(java.lang.String id, java.lang.String attributes) throws java.sql.SQLException
java.sql.SQLException
public void callAddPathToPathNode(java.lang.String id, java.lang.String attributes) throws java.sql.SQLException
java.sql.SQLException
public void callDeleteFolderAttributes(java.lang.String name, java.lang.String attributes) throws java.sql.SQLException
java.sql.SQLException
public void callAddFolderMember(java.lang.String name, java.lang.String memberId) throws java.sql.SQLException
java.sql.SQLException
public void callDeleteFolderMember(java.lang.String name, java.lang.String memberID) throws java.sql.SQLException
java.sql.SQLException
public java.sql.ResultSet callReadFolderMember(java.lang.String name) throws java.sql.SQLException
java.sql.SQLException
public void callUpdatePathFunction(java.lang.String name, java.lang.String attributes) throws java.sql.SQLException
java.sql.SQLException
public void callDeletePathAttributes(java.lang.String name, java.lang.String attributes) throws java.sql.SQLException
java.sql.SQLException
public void callDeletePathMember(java.lang.String pathName, java.lang.String memberID) throws java.sql.SQLException
java.sql.SQLException
public void callBfs(java.lang.String startNode, java.lang.String endNode) throws java.sql.SQLException
java.sql.SQLException
public void callConvertToTemporal() throws java.sql.SQLException
java.sql.SQLException
public void dropView(java.lang.String viewName) throws java.sql.SQLException
java.sql.SQLException