Uses of Class
com.redhat.persistence.common.SQLToken

Packages that use SQLToken
com.redhat.persistence.common   
com.redhat.persistence.engine.rdbms Generates optimized SQL queries based on metadata. 
com.redhat.persistence.metadata   
 

Uses of SQLToken in com.redhat.persistence.common
 

Methods in com.redhat.persistence.common that return SQLToken
 SQLToken SQLToken.getPrevious()
           
 SQLToken SQLToken.getNext()
           
 SQLToken SQL.getFirst()
           
 SQLToken SQL.getLast()
           
 

Methods in com.redhat.persistence.common with parameters of type SQLToken
 void SQL.append(SQLToken sql)
           
static List SQL.getBindings(SQLToken start, SQLToken end)
           
static String SQL.toString(SQLToken start, SQLToken end)
           
 

Uses of SQLToken in com.redhat.persistence.engine.rdbms
 

Methods in com.redhat.persistence.engine.rdbms with parameters of type SQLToken
 void SQLWriter.write(SQLToken start, SQLToken end)
           
 void SQLWriter.write(SQLToken start, SQLToken end, boolean map)
           
 

Uses of SQLToken in com.redhat.persistence.metadata
 

Methods in com.redhat.persistence.metadata that return SQLToken
 SQLToken SQLBlock.Assign.getBegin()
           
 SQLToken SQLBlock.Assign.getEnd()
           
 

Methods in com.redhat.persistence.metadata with parameters of type SQLToken
 void SQLBlock.addAssign(SQLToken begin, SQLToken end)
           
 



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