Uses of Class
com.agimatec.sql.SQLWriter

Packages that use SQLWriter
com.agimatec.sql   
 

Uses of SQLWriter in com.agimatec.sql
 

Methods in com.agimatec.sql that return SQLWriter
 SQLWriter SQLWriter.addParameter(Object paramValue)
          Add a parameter and write the parameter marker
 SQLWriter SQLWriter.onSelect_write(String str)
          does not change operator state. just write str.
 SQLWriter SQLWriter.writeAnd()
          Write an AND token to the stream, if neccessary
 SQLWriter SQLWriter.writeOperator(String operator)
           
 SQLWriter SQLWriter.writeOr()
          Write an OR token to the stream, if neccessary
 SQLWriter SQLWriter.writeParameterMarker()
          Write a parameter marker to the stream.
 SQLWriter SQLWriter.writeWhere()
          Write a WHERE token to the stream, if neccessary
 



Copyright © 2008-2012. All Rights Reserved.