|
Expresso 5-6 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.jcorporate.expresso.core.misc.SQLFastStringBuffer
Stringbuffer with specific method to work on sql requests
| Constructor Summary | |
SQLFastStringBuffer()
Constructor |
|
SQLFastStringBuffer(int length)
Constructor |
|
SQLFastStringBuffer(String s)
Initialises l'objet SQLFastStringBuffer. |
|
| Method Summary | |
SQLFastStringBuffer |
addListSeparator()
add separator to the list, if required |
SQLFastStringBuffer |
append(double v)
add a double to the stringbuffer |
SQLFastStringBuffer |
append(int v)
add an integer value to string |
SQLFastStringBuffer |
append(String v)
add a String to stringbuffer |
SQLFastStringBuffer |
appendSQLItem(String i)
add an item to the list |
SQLFastStringBuffer |
appendSQLNestedValue(double v)
add a SQL value to the current list |
SQLFastStringBuffer |
appendSQLNestedValue(int v)
add a SQL value to the current list |
SQLFastStringBuffer |
appendSQLNestedValue(String v)
add a SQL value to the current list |
SQLFastStringBuffer |
appendSQLPadValue(String str)
add a SQL value to the current String (no list separator) |
SQLFastStringBuffer |
appendSQLValue(double v)
add a SQL value to the current String (no list separator) |
SQLFastStringBuffer |
appendSQLValue(int v)
add a SQL value to the current String (no list separator) |
SQLFastStringBuffer |
appendSQLValue(String v)
add a SQL value to the current String (no list separator) |
SQLFastStringBuffer |
startList()
starts a sql list (initialize the separator inserter) |
String |
toString()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public SQLFastStringBuffer()
public SQLFastStringBuffer(String s)
s - String s Initial StringBufferpublic SQLFastStringBuffer(int length)
length - the size of the buffer| Method Detail |
public SQLFastStringBuffer addListSeparator()
public SQLFastStringBuffer append(double v)
v - parameter to add
public SQLFastStringBuffer append(int v)
v - the integer to append
public SQLFastStringBuffer append(String v)
v - the string to append
public SQLFastStringBuffer appendSQLItem(String i)
i - the item to add
public SQLFastStringBuffer appendSQLNestedValue(double v)
v - the value
public SQLFastStringBuffer appendSQLNestedValue(int v)
v - the value
public SQLFastStringBuffer appendSQLNestedValue(String v)
v - the value
public SQLFastStringBuffer appendSQLValue(double v)
v - the value
public SQLFastStringBuffer appendSQLValue(int v)
v - the value
public SQLFastStringBuffer appendSQLValue(String v)
v - the value
public SQLFastStringBuffer appendSQLPadValue(String str)
str - the value to append
public SQLFastStringBuffer startList()
public String toString()
|
Expresso 5-6 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||