| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
| Method Summary | |
|  void | addPart()Inserts a NULL value. | 
|  void | addPart(boolean pBoolean)Inserts a boolean value, which will be inserted as the word TRUE, orFALSE, respectively. | 
|  void | addPart(byte pByte)Inserts a byte value, which will be inserted without quotes. | 
|  void | addPart(ColumnReference pColumn)Inserts a column reference. | 
|  void | addPart(ColumnReference[] pPart)Inserts a set of column references. | 
|  void | addPart(double pDouble)Inserts a double value, which will be inserted without quotes. | 
|  void | addPart(float pFloat)Inserts a float value, which will be inserted without quotes. | 
|  void | addPart(Function pFunction)Inserts a function. | 
|  void | addPart(int pInt)Inserts an int value, which will be inserted without quotes. | 
|  void | addPart(long pLong)Inserts a long value, which will be inserted without quotes. | 
|  void | addPart(SelectStatement pPart)Inserts a subselect. | 
|  void | addPart(short pShort)Inserts a short value, which will be inserted without quotes. | 
|  void | addPart(java.lang.String pString)Inserts a String. | 
|  void | addPart(Value pValue)Inserts a constant value. | 
|  void | addPlaceholder()Inserts a placeholder. | 
|  void | addRawSQLPart(java.lang.String pRawSQL)Inserts raw SQL code. | 
|  int | getNumParts()Returns the number of parts. | 
|  java.util.Iterator | getParts()Returns an Iterator to the parts that have been added. | 
| Method Detail | 
public void addPart(Value pValue)
Inserts a constant value.
public void addPart(ColumnReference pColumn)
Inserts a column reference.
public void addPart(ColumnReference[] pPart)
Inserts a set of column references.
public void addPart(SelectStatement pPart)
Inserts a subselect.
public void addPart(java.lang.String pString)
Inserts a String. The String will be properly escaped.
java.lang.NullPointerException - The paremeter pString is null.public void addPart()
Inserts a NULL value.
public void addPart(byte pByte)
Inserts a byte value, which will be inserted without quotes.
public void addPart(int pInt)
Inserts an int value, which will be inserted without quotes.
public void addPart(long pLong)
Inserts a long value, which will be inserted without quotes.
public void addPart(short pShort)
Inserts a short value, which will be inserted without quotes.
public void addPart(float pFloat)
Inserts a float value, which will be inserted without quotes.
public void addPart(double pDouble)
Inserts a double value, which will be inserted without quotes.
public void addPart(boolean pBoolean)
Inserts a boolean value, which will be inserted as the word
 TRUE, or FALSE, respectively.
public void addPart(Function pFunction)
Inserts a function.
public void addRawSQLPart(java.lang.String pRawSQL)
Inserts raw SQL code.
public void addPlaceholder()
Inserts a placeholder.
public int getNumParts()
Returns the number of parts.
public java.util.Iterator getParts()
Returns an Iterator to the parts that have been added.
| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||