| Package | Description |
|---|---|
| com.agimatec.sql |
| Modifier and Type | Method and Description |
|---|---|
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-2016. All Rights Reserved.