|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.ihr.xbrl.xbrlq.XBRLq
public class XBRLq
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)
| 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 |
|---|
public XBRLq()
| Method Detail |
|---|
public XBRLqResult<?> execute(java.lang.String queryString,
org.hibernate.Session session)
throws XBRLqParserException
queryString - session -
XBRLqParserException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||