|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object vishnu.model.catalog.AbstractCatalog vishnu.model.catalog.PrivilegesCatalogImpl
public class PrivilegesCatalogImpl
Field Summary |
---|
Fields inherited from class vishnu.model.catalog.AbstractCatalog |
---|
catalog, columnName, databaseName, innerTable, name, nameFieldSize, pkSet, tableName, tableSignature, userFieldSize, userName |
Method Summary | |
---|---|
void |
addPrivilege(TableContext c,
Privilege p)
Agrega una base de datos al usuario. |
protected void |
buildPK()
|
protected void |
buildSignature()
|
boolean |
contains(TableContext c)
Indica si el usuario esta relacionado con la tabla. |
void |
dropPrivileges(TableContext c)
Elimina la relacion usuario-base de datos del catalogo. |
Privilege |
getPrivilege(TableContext c)
Devuelve los privilegios del usuario sobre la tabla. |
Methods inherited from class vishnu.model.catalog.AbstractCatalog |
---|
close, getName, getSignature, innerTable |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface vishnu.model.catalog.Catalog |
---|
close, getName, getSignature |
Method Detail |
---|
protected void buildSignature()
buildSignature
in class AbstractCatalog
protected void buildPK()
buildPK
in class AbstractCatalog
public void addPrivilege(TableContext c, Privilege p)
PrivilegesCatalog
addPrivilege
in interface PrivilegesCatalog
public boolean contains(TableContext c)
PrivilegesCatalog
contains
in interface PrivilegesCatalog
public Privilege getPrivilege(TableContext c)
PrivilegesCatalog
getPrivilege
in interface PrivilegesCatalog
public void dropPrivileges(TableContext c)
PrivilegesCatalog
dropPrivileges
in interface PrivilegesCatalog
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |