Java Doc for ResultSetReifIterator.java in  » RSS-RDF » Jena-2.5.5 » com » hp » hpl » jena » db » impl » Java Source Code / Java DocumentationJava Source Code and Java Documentation

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » RSS RDF » Jena 2.5.5 » com.hp.hpl.jena.db.impl 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.lang.Object
   com.hp.hpl.jena.db.impl.ResultSetIterator
      com.hp.hpl.jena.db.impl.ResultSetReifIterator

ResultSetReifIterator
public class ResultSetReifIterator extends ResultSetIterator (Code)
Version of ResultSetIterator that extracts database rows as Triples from a reified statement table.
author:
   hkuno. Based on ResultSetResource Iterator, by Dave Reynolds, HPLabs, Bristol Dave Reynolds
version:
   $Revision: 1.13 $ on $Date: 2008/01/02 12:08:23 $


Field Summary
protected static  Loglogger
    
protected  intm_fragCount
    
protected  intm_fragRem
    
protected  booleanm_getTriples
     getTriples is true if this iterator should return all triples for the reified statement otherwise, reified statements are returned.
protected  IDBIDm_graphID
    
protected  booleanm_hasType
    
protected  Nodem_matchObj
     a triple match over a reified table might specify an object value to match but no property.
protected  intm_nextFrag
     number of next fragment to generate (0-3 for subj, pred, obj, type).
protected  Nodem_objNode
    
protected  Nodem_predNode
    
protected  intm_propCol
     a triple match over a reified table might return one property.
protected  IPSetm_pset
    
protected  Nodem_stmtURI
    
protected  Nodem_subjNode
    

Constructor Summary
public  ResultSetReifIterator(IPSet p, boolean getTriples, IDBID graphID)
    
public  ResultSetReifIterator(IPSet p, char getProp, IDBID graphID)
    
public  ResultSetReifIterator(IPSet p, Node getObj, IDBID graphID)
    

Method Summary
protected  voiddeleteRow()
     Delete the current row, which should have already been extracted.
protected  voidextractRow()
     Extract the current row into a triple.
protected  intgetFragCount()
     Return the number of (reification statement) fragments for the current row.
protected  booleangetHasType()
     Return the hasType value of current row, which should have already been extracted.
protected  ObjectgetRow()
     Return triples for the current row, which should have already been extracted.
protected  NodegetStmtURI()
     Return the reifying URI for current row, which should have already been extracted.
protected  booleanhasObj()
     Return the true if the current row has a non-null object.
protected  booleanhasPred()
     Return the true if the current row has a non-null predicate.
protected  booleanhasSubj()
     Return the true if the current row has a non-null subject.
protected  booleanhasType()
     Return the true if the current row has T (true) for hasType.
public  voidreset(ResultSet resultSet, PreparedStatement sourceStatement, SQLCache cache, String opname)
     Reset an existing iterator to scan a new result set.
public  voidsetGraphID(IDBID gid)
     Set m_graphID.

Field Detail
logger
protected static Log logger(Code)



m_fragCount
protected int m_fragCount(Code)
total number of fragments to generate for this row (ranges 1-4)



m_fragRem
protected int m_fragRem(Code)
number of remaining fragments to generate for this row (ranges 1-4)



m_getTriples
protected boolean m_getTriples(Code)
getTriples is true if this iterator should return all triples for the reified statement otherwise, reified statements are returned.



m_graphID
protected IDBID m_graphID(Code)
The rdf model in which to instantiate any resources



m_hasType
protected boolean m_hasType(Code)
HasType flag is true if reified statement has type rdf:Statement



m_matchObj
protected Node m_matchObj(Code)
a triple match over a reified table might specify an object value to match but no property. so, return all columns (properties) that match the specified object value.



m_nextFrag
protected int m_nextFrag(Code)
number of next fragment to generate (0-3 for subj, pred, obj, type).



m_objNode
protected Node m_objNode(Code)



m_predNode
protected Node m_predNode(Code)



m_propCol
protected int m_propCol(Code)
a triple match over a reified table might return one property. m_propCol identifies the column number of the property to return. it ranges 1-4.



m_pset
protected IPSet m_pset(Code)
The database driver, used to access namespace and resource caches



m_stmtURI
protected Node m_stmtURI(Code)
Statement URI of current row



m_subjNode
protected Node m_subjNode(Code)
Holds subject, predicate and object of current row




Constructor Detail
ResultSetReifIterator
public ResultSetReifIterator(IPSet p, boolean getTriples, IDBID graphID)(Code)



ResultSetReifIterator
public ResultSetReifIterator(IPSet p, char getProp, IDBID graphID)(Code)



ResultSetReifIterator
public ResultSetReifIterator(IPSet p, Node getObj, IDBID graphID)(Code)




Method Detail
deleteRow
protected void deleteRow()(Code)
Delete the current row, which should have already been extracted. Should only be used (carefully and) internally by db layer.



extractRow
protected void extractRow() throws SQLException(Code)
Extract the current row into a triple. Requires the row to be of the form: subject URI (String) predicate URI (String) object URI (String) object value (String) Object literal id (Object) The object of the triple can be either a URI, a simple literal (in which case it will just have an object value, or a complex literal (in which case both the object value and the object literal id columns may be populated.



getFragCount
protected int getFragCount()(Code)
Return the number of (reification statement) fragments for the current row.



getHasType
protected boolean getHasType()(Code)
Return the hasType value of current row, which should have already been extracted.



getRow
protected Object getRow()(Code)
Return triples for the current row, which should have already been extracted.



getStmtURI
protected Node getStmtURI()(Code)
Return the reifying URI for current row, which should have already been extracted.



hasObj
protected boolean hasObj()(Code)
Return the true if the current row has a non-null object.



hasPred
protected boolean hasPred()(Code)
Return the true if the current row has a non-null predicate.



hasSubj
protected boolean hasSubj()(Code)
Return the true if the current row has a non-null subject.



hasType
protected boolean hasType()(Code)
Return the true if the current row has T (true) for hasType.



reset
public void reset(ResultSet resultSet, PreparedStatement sourceStatement, SQLCache cache, String opname)(Code)
Reset an existing iterator to scan a new result set.
Parameters:
  resultSet - the result set being iterated over
Parameters:
  sourceStatement - The source Statement to be cleaned up when the iterator finishes - return it to cache or close it if no cache
Parameters:
  cache - The originating SQLcache to return the statement to, can be null
Parameters:
  opname - The name of the original operation that lead to this statement, can be null if SQLCache is null



setGraphID
public void setGraphID(IDBID gid)(Code)
Set m_graphID.
Parameters:
  gid - is the id of the graph associated with this iterator.



Fields inherited from com.hp.hpl.jena.db.impl.ResultSetIterator
protected static Log logger(Code)(Java Doc)
protected boolean m_finished(Code)(Java Doc)
protected int m_nCols(Code)(Java Doc)
protected String m_opname(Code)(Java Doc)
protected boolean m_prefetched(Code)(Java Doc)
protected ResultSet m_resultSet(Code)(Java Doc)
protected ArrayList m_row(Code)(Java Doc)
protected SQLCache m_sqlCache(Code)(Java Doc)
protected PreparedStatement m_statement(Code)(Java Doc)
protected boolean m_statementClean(Code)(Java Doc)

Methods inherited from com.hp.hpl.jena.db.impl.ResultSetIterator
public ExtendedIterator andThen(ClosableIterator other)(Code)(Java Doc)
protected void cantRemove()(Code)(Java Doc)
public void close()(Code)(Java Doc)
protected void extractRow() throws Exception(Code)(Java Doc)
public ExtendedIterator filterDrop(Filter f)(Code)(Java Doc)
public ExtendedIterator filterKeep(Filter f)(Code)(Java Doc)
protected void finalize() throws SQLException(Code)(Java Doc)
protected Object getRow()(Code)(Java Doc)
public Object getSingleton() throws SQLException(Code)(Java Doc)
public boolean hasNext()(Code)(Java Doc)
public ExtendedIterator mapWith(Map1 map1)(Code)(Java Doc)
protected void moveForward()(Code)(Java Doc)
public Object next()(Code)(Java Doc)
public void remove()(Code)(Java Doc)
public Object removeNext()(Code)(Java Doc)
public void reset(ResultSet resultSet, PreparedStatement sourceStatement, SQLCache cache, String opname)(Code)(Java Doc)
public void reset(ResultSet resultSet, PreparedStatement sourceStatement)(Code)(Java Doc)
public List toList()(Code)(Java Doc)
public Set toSet()(Code)(Java Doc)

Methods inherited from java.lang.Object
native protected Object clone() throws CloneNotSupportedException(Code)(Java Doc)
public boolean equals(Object obj)(Code)(Java Doc)
protected void finalize() throws Throwable(Code)(Java Doc)
final native public Class getClass()(Code)(Java Doc)
native public int hashCode()(Code)(Java Doc)
final native public void notify()(Code)(Java Doc)
final native public void notifyAll()(Code)(Java Doc)
public String toString()(Code)(Java Doc)
final native public void wait(long timeout) throws InterruptedException(Code)(Java Doc)
final public void wait(long timeout, int nanos) throws InterruptedException(Code)(Java Doc)
final public void wait() throws InterruptedException(Code)(Java Doc)

www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.