|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SQLPlatform
Extends Platform with SQL query support.
| Method Summary | |
|---|---|
StringBuffer |
appendQueryClass(ClassDescriptor cld,
StringBuffer buffer)
Appends a class descriptor table to the SQL query statement buffer. |
StringBuffer |
appendQueryColumn(String column,
StringBuffer buffer)
Appends a named column to the SQL query statement buffer. |
StringBuffer |
appendQueryColumn(String tableOrAlias,
String column,
StringBuffer buffer)
Appends a named column with a table alias to the SQL query statement buffer. |
StringBuffer |
appendQueryField(FieldDescriptor fld,
StringBuffer buffer)
Appends a field descriptor column to the SQL query statement buffer. |
StringBuffer |
appendQueryField(String tableOrAlias,
FieldDescriptor fld,
StringBuffer buffer)
Appends a field descriptor column with a table alias to the SQL query statement buffer. |
StringBuffer |
appendQueryTable(String tableOrAlias,
StringBuffer buffer)
Append a named table to the SQL query statement buffer. |
| Method Detail |
|---|
StringBuffer appendQueryTable(String tableOrAlias,
StringBuffer buffer)
tableOrAlias - the table or alias.buffer - the statement buffer.
StringBuffer appendQueryClass(ClassDescriptor cld,
StringBuffer buffer)
cld - the class descriptor.buffer - the statement buffer.
StringBuffer appendQueryColumn(String column,
StringBuffer buffer)
column - the column name.buffer - the statement buffer.
StringBuffer appendQueryColumn(String tableOrAlias,
String column,
StringBuffer buffer)
tableOrAlias - the table or alias.column - the column name.buffer - the statement buffer.
StringBuffer appendQueryField(FieldDescriptor fld,
StringBuffer buffer)
fld - the field descriptor.buffer - the statement buffer.
StringBuffer appendQueryField(String tableOrAlias,
FieldDescriptor fld,
StringBuffer buffer)
tableOrAlias - the table or alias.fld - the field descriptor.buffer - the statement buffer.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||