net.sf.dynamicreports.report.constant
Class QueryLanguage

java.lang.Object
  extended by net.sf.dynamicreports.report.constant.QueryLanguage

public class QueryLanguage
extends Object

Author:
Ricardo Mariaca (r.mariaca@dynamicreports.org)

Field Summary
static String CSV
           
static String EJBQL
           
static String HQL
           
static String MDX
           
static String SQL
           
static String XPATH
           
 
Constructor Summary
QueryLanguage()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SQL

public static final String SQL
See Also:
Constant Field Values

HQL

public static final String HQL
See Also:
Constant Field Values

XPATH

public static final String XPATH
See Also:
Constant Field Values

MDX

public static final String MDX
See Also:
Constant Field Values

EJBQL

public static final String EJBQL
See Also:
Constant Field Values

CSV

public static final String CSV
See Also:
Constant Field Values
Constructor Detail

QueryLanguage

public QueryLanguage()


Copyright © 2010-2014. All Rights Reserved.