|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectvishnu.sharing.AbstractShareable
vishnu.model.shareables.ShareableTable
public class ShareableTable
![]() |
![]() |
| Constructor Summary | |
|---|---|
ShareableTable(Table t)
|
|
| Method Summary | |
|---|---|
Record |
createRecord()
Devuelve un registro vacio que cumple con la signatura de la tabla. |
java.lang.String |
name()
Devuelve el nombre de la tabla. |
java.lang.String |
orderedBy()
Devuelve el nombre de columna por el que esta ordenada la tabla. |
RecordSet |
recordSet(Session s)
Devuelve una coleccion con los registros contenidos en la tabla. |
TableSignature |
signature()
Devuelve la signatura de la tabla. |
| Methods inherited from class vishnu.sharing.AbstractShareable |
|---|
shareGate |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ShareableTable(Table t)
| Method Detail |
|---|
public java.lang.String name()
Table
name in interface Tablepublic TableSignature signature()
Table
signature in interface Tablepublic RecordSet recordSet(Session s)
Table
recordSet in interface Tablepublic Record createRecord()
Table
createRecord in interface Tablepublic java.lang.String orderedBy()
Table
orderedBy in interface Table
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||