Uses of Class
com.hp.hpl.jena.sdb.core.sqlnode.SqlTable

Packages that use SqlTable
com.hp.hpl.jena.sdb.compiler   
com.hp.hpl.jena.sdb.core.sqlexpr   
com.hp.hpl.jena.sdb.core.sqlnode   
 

Uses of SqlTable in com.hp.hpl.jena.sdb.compiler
 

Methods in com.hp.hpl.jena.sdb.compiler with parameters of type SqlTable
 void SlotCompiler.processSlot(SDBRequest request, SqlTable table, SqlExprList conditions, com.hp.hpl.jena.graph.Node node, String colName)
           
 

Uses of SqlTable in com.hp.hpl.jena.sdb.core.sqlexpr
 

Methods in com.hp.hpl.jena.sdb.core.sqlexpr that return SqlTable
 SqlTable SqlColumn.getTable()
           
 

Constructors in com.hp.hpl.jena.sdb.core.sqlexpr with parameters of type SqlTable
SqlColumn(SqlTable sqlTable, String colName)
           
 

Uses of SqlTable in com.hp.hpl.jena.sdb.core.sqlnode
 

Methods in com.hp.hpl.jena.sdb.core.sqlnode that return SqlTable
 SqlTable SqlNodeBase.asTable()
           
 SqlTable SqlTable.asTable()
           
 SqlTable SqlNode.asTable()
           
 

Methods in com.hp.hpl.jena.sdb.core.sqlnode that return types with arguments of type SqlTable
 Set<SqlTable> SqlNodeBase.tablesInvolved()
           
 Set<SqlTable> SqlNode.tablesInvolved()
           
 

Methods in com.hp.hpl.jena.sdb.core.sqlnode with parameters of type SqlTable
 SqlNode SqlTransform.transform(SqlTable sqlTable)
           
 SqlNode SqlTransformCopy.transform(SqlTable sqlTable)
           
 void GenerateSQLVisitor.visit(SqlTable table)
           
 void SqlNodeVisitorBase.visit(SqlTable sqlTable)
           
 void SqlNodeTextVisitor.visit(SqlTable sqlNode)
           
 void SqlNodeVisitor.visit(SqlTable sqlTable)
           
 



Copyright ? 2006, 2007, 2008, 2009 Hewlett-Packard Development Company, LP Copyright ? 2010 Epimorphics Ltd.