org.modeshape.jcr.query
Class JcrSqlQueryResult.JcrSqlQueryResultRow

java.lang.Object
  extended by org.modeshape.jcr.query.JcrQueryResult.SingleSelectorQueryResultRow
      extended by org.modeshape.jcr.query.JcrSqlQueryResult.JcrSqlQueryResultRow
All Implemented Interfaces:
Row
Enclosing class:
JcrSqlQueryResult

protected static class JcrSqlQueryResult.JcrSqlQueryResultRow
extends JcrQueryResult.SingleSelectorQueryResultRow


Field Summary
 
Fields inherited from class org.modeshape.jcr.query.JcrQueryResult.SingleSelectorQueryResultRow
iterator, node, tuple
 
Constructor Summary
protected JcrSqlQueryResult.JcrSqlQueryResultRow(JcrQueryResult.SingleSelectorQueryResultRowIterator iterator, Node node, Object[] tuple)
           
 
Method Summary
 Value getValue(String columnName)
          
 
Methods inherited from class org.modeshape.jcr.query.JcrQueryResult.SingleSelectorQueryResultRow
getNode, getNode, getPath, getPath, getScore, getScore, getValues
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JcrSqlQueryResult.JcrSqlQueryResultRow

protected JcrSqlQueryResult.JcrSqlQueryResultRow(JcrQueryResult.SingleSelectorQueryResultRowIterator iterator,
                                                 Node node,
                                                 Object[] tuple)
Method Detail

getValue

public Value getValue(String columnName)
               throws ItemNotFoundException,
                      RepositoryException

Specified by:
getValue in interface Row
Overrides:
getValue in class JcrQueryResult.SingleSelectorQueryResultRow
Throws:
ItemNotFoundException
RepositoryException
See Also:
Row.getValue(java.lang.String)


Copyright © 2008-2010 JBoss, a division of Red Hat. All Rights Reserved.