|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ITable
Represents a relational database table for use in the query builder framework.
| Method Summary | |
|---|---|
java.lang.String |
getAlias()
Get the table's alias. |
java.lang.String |
getDeclaration()
Get the table's declaration string |
void |
writeAlias(java.lang.StringBuffer buf)
Write the table's alias string to a buffer |
void |
writeDeclaration(java.lang.StringBuffer buf)
Write the table's declaration string to a buffer |
| Method Detail |
|---|
java.lang.String getAlias()
void writeAlias(java.lang.StringBuffer buf)
buf - buffer to which alias string is writtenjava.lang.String getDeclaration()
void writeDeclaration(java.lang.StringBuffer buf)
buf - buffer to which the declaration string is written
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||