com.redhat.persistence.common
Class SQL

java.lang.Object
  extended bycom.redhat.persistence.common.SQL

public class SQL
extends Object

SQL

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

Field Summary
static String versionId
           
 
Constructor Summary
SQL()
           
 
Method Summary
 void append(SQLToken sql)
           
 List getBindings()
           
static List getBindings(SQLToken start, SQLToken end)
           
 SQLToken getFirst()
           
 SQLToken getLast()
           
 String toString()
           
static String toString(SQLToken start, SQLToken end)
           
 
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

SQL

public SQL()
Method Detail

append

public void append(SQLToken sql)

getFirst

public SQLToken getFirst()

getLast

public SQLToken getLast()

getBindings

public List getBindings()

getBindings

public static final List getBindings(SQLToken start,
                                     SQLToken end)

toString

public String toString()

toString

public static final String toString(SQLToken start,
                                    SQLToken end)


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