com.redhat.persistence.oql
Class Static

java.lang.Object
  extended bycom.redhat.persistence.oql.Expression
      extended bycom.redhat.persistence.oql.Static

public class Static
extends Expression

Static

Version:
$Revision: #6 $ $Date: 2004/04/07 $
Author:
Rafael H. Schloming <rhs@mit.edu>

Field Summary
static String versionId
           
 
Constructor Summary
Static(SQL sql, String[] columns, boolean map, Map bindings)
           
Static(SQL sql, String[] columns, boolean map, Map bindings, Expression scope)
           
Static(String sql)
           
Static(String sql, Map bindings)
           
 
Method Summary
protected  ObjectType getType()
           
protected  boolean hasType()
           
 String toString()
           
 
Methods inherited from class com.redhat.persistence.oql.Expression
valueOf
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

versionId

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

Static

public Static(String sql)

Static

public Static(String sql,
              Map bindings)

Static

public Static(SQL sql,
              String[] columns,
              boolean map,
              Map bindings)

Static

public Static(SQL sql,
              String[] columns,
              boolean map,
              Map bindings,
              Expression scope)
Method Detail

getType

protected ObjectType getType()

hasType

protected boolean hasType()

toString

public String toString()


Copyright (c) 2004 Red Hat, Inc. Corporation. All Rights Reserved. Generated at July 21 2004:2337 UTC