Uses of Class
Raccoon.SE.PVInstance

Packages that use PVInstance
Raccoon.NET   
Raccoon.QE   
Raccoon.RM   
Raccoon.SE   
 

Uses of PVInstance in Raccoon.NET
 

Methods in Raccoon.NET that return PVInstance
 PVInstance NetModuleImpl.executeSFW(java.lang.String nodeID, java.lang.String sfwStmt)
           
 PVInstance NetModuleImpl.rmExecuteSFW(java.lang.String sfwStmt)
           
 PVInstance NetModule.rmExecuteSFW(java.lang.String sfwStmt)
           
 

Uses of PVInstance in Raccoon.QE
 

Methods in Raccoon.QE that return PVInstance
 PVInstance SimQueryEngine.executeSFW(java.lang.String nodeName, java.lang.String sqlStmt)
           
 PVInstance QueryNode.getResult()
           
 PVInstance QueryEngine.executeSFW(java.lang.String nodeName, java.lang.String sqlStmt)
           
 

Uses of PVInstance in Raccoon.RM
 

Methods in Raccoon.RM that return PVInstance
 PVInstance ResourceManager.executeSFW(java.lang.String sqlStmt)
           
 PVInstance ResourceManager.rmExecuteSFW(java.lang.String sqlStmt)
           
 PVInstance ResourceManager.executeSFW(java.lang.String nodeName, java.lang.String sqlStmt)
           
 PVInstance ResourceManager.getInstance(int index)
           
 PVInstance ResourceManager.getInstance(java.lang.String relationName)
           
 PVInstance DBConnection.getInstance(java.lang.String tableName)
           
 PVInstance DBConnection.resultSetToInstance(java.sql.ResultSet rs)
          change a result to the PVInstance format
 PVInstance DBConnection.excuteSFW(java.lang.String sqlStmt)
           
 

Uses of PVInstance in Raccoon.SE
 

Methods in Raccoon.SE that return PVInstance
 PVInstance PVRelation.getInst()
           
 

Methods in Raccoon.SE with parameters of type PVInstance
 void PVRelation.setInst(PVInstance newInst)
           
 boolean PVInstance.match(PVInstance inst)
           
 

Constructors in Raccoon.SE with parameters of type PVInstance
PVRelation(PVSchema newSch, PVInstance newInst)
           
InstancePattern(PVInstance ins)