|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectuba.db.sql.language.TableSelectionSource
public class TableSelectionSource
Un origen de selección que hace referencia a una tabla.
Select| Constructor Summary | |
|---|---|
TableSelectionSource(java.lang.String tableName)
Este constructor es equivalente a: TableSelectionSource(new TableName(tableName)) |
|
TableSelectionSource(TableName tableName)
Crea una instancia que equivale a la expresion: .. |
|
| Method Summary | |
|---|---|
void |
accept(Visitor visitor)
Este método es enviado para aceptar un visitor, las clases concretas deben enviar el mensaje "visit" correspondiente. |
boolean |
equals(java.lang.Object obj)
|
int |
hashCode()
|
Join |
join(SelectionSource otherSelectionSource)
Retorna un Join creado a partir del receptor y b |
TableName |
tableName()
|
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public TableSelectionSource(java.lang.String tableName)
TableSelectionSource(TableName)public TableSelectionSource(TableName tableName)
.. FROM tableName de un SELECT.
tableName - nombre de la tabla| Method Detail |
|---|
public int hashCode()
hashCode in class java.lang.ObjectObject.hashCode()public boolean equals(java.lang.Object obj)
equals in class java.lang.ObjectObject.equals(java.lang.Object)public java.lang.String toString()
toString in class java.lang.ObjectObject.toString()public void accept(Visitor visitor)
Visitable
accept in interface Visitablevisitor - una instancia de visitor (que no debe ser null).Visitable.accept(uba.db.sql.language.Visitor)public Join join(SelectionSource otherSelectionSource)
Join creado a partir del receptor y b
otherSelectionSource - otherSelectionSourcepublic TableName tableName()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||