com.ihr.xbrl.xbrlq
Class XBRLq

java.lang.Object
  extended by com.ihr.xbrl.xbrlq.XBRLq

public class XBRLq
extends java.lang.Object

This is the XBRLq query parser. the parser is responsible of compiling a query into sub queries and send the sub queries to the database. Each sub-query returns a set of XBRLFact objects from the database (pojo)

Author:
Ignacio

Constructor Summary
XBRLq()
           
 
Method Summary
 XBRLqResult<?> execute(java.lang.String queryString, org.hibernate.Session session)
          Executes a XBRLq string and returns the result as an array of objects
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XBRLq

public XBRLq()
Method Detail

execute

public XBRLqResult<?> execute(java.lang.String queryString,
                              org.hibernate.Session session)
                       throws XBRLqParserException
Executes a XBRLq string and returns the result as an array of objects

Parameters:
queryString -
session -
Returns:
XBRLqResult
Throws:
XBRLqParserException


Copyright 2006-2009 Reporting Standard S.L., C/ Torrecilla del Puerto 1, 28043, Madrid, Espaņa