org.eobjects.metamodel.query
Class QueryParameter

java.lang.Object
  extended by org.eobjects.metamodel.query.QueryParameter

public class QueryParameter
extends Object

Represents a query parameter, in SQL represented with a '?' symbol. Parameters are values in the query that will be defined at execution time, not parsing/preparation time.

See Also:
CompiledQuery, DataContext.compileQuery(Query)

Constructor Summary
QueryParameter()
           
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

QueryParameter

public QueryParameter()
Method Detail

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2007-2013. All Rights Reserved.