Methods' Summary |
getPrivileges |
retrieves the permissions for a specific object.
|
getGrantablePrivileges |
retrieves the permissions for a specific object, which could be granted
to other users and groups.
|
grantPrivileges |
adds additional permissions for a specific object.
|
revokePrivileges |
removes permissions for a specific object from a group or user.
|
Methods' Details |
getPrivileges
long |
getPrivileges( |
[in] string |
objName, |
| [in] long |
objType ) |
raises( |
::com::sun::star::sdbc::SQLException ); |
- Description
- retrieves the permissions for a specific object.
- Parameter objName
- the name of the object
- Parameter objType
- a value of com::sun::star::sdbcx::PrivilegeObject
- Returns
- the privileges
- Throws
- com::sun::star::sdbc::SQLException
if a database access error occurs.
|
|
getGrantablePrivileges
long |
getGrantablePrivileges( |
[in] string |
objName, |
| [in] long |
objType ) |
raises( |
::com::sun::star::sdbc::SQLException ); |
- Description
- retrieves the permissions for a specific object, which could be granted
to other users and groups.
- Parameter objName
- the name of the object
- Parameter objType
- a value of com::sun::star::sdbcx::PrivilegeObject
- Returns
- the grant privileges
- Throws
- com::sun::star::sdbc::SQLException
if a database access error occurs.
|
|
grantPrivileges
void |
grantPrivileges( |
[in] string |
objName, |
| [in] long |
objType, |
| [in] long |
objPrivileges ) |
raises( |
::com::sun::star::sdbc::SQLException ); |
- Description
- adds additional permissions for a specific object.
- Parameter objName
- the name of the object
- Parameter objType
- a value from the com::sun::star::sdbcx::PrivilegeObject constants group
- Parameter objPrivileges
- a value from the com::sun::star::sdbcx::Privilege constants group
- Throws
- com::sun::star::sdbc::SQLException
if a database access error occurs.
|
|
revokePrivileges
void |
revokePrivileges( |
[in] string |
objName, |
| [in] long |
objType, |
| [in] long |
objPrivileges ) |
raises( |
::com::sun::star::sdbc::SQLException ); |
- Description
- removes permissions for a specific object from a group or user.
- Parameter objName
- the name of the object
- Parameter objType
- a value from the com::sun::star::sdbcx::PrivilegeObject constants group
- Parameter objPrivileges
- a value from the com::sun::star::sdbcx::Privilege constants group
- Throws
- com::sun::star::sdbc::SQLException
if a database access error occurs.
|
|
Top of Page
Copyright © 2020, The Apache Software Foundation, Licensed under the Apache License, Version 2.0. Apache, the Apache feather logo, Apache OpenOffice and OpenOffice.org are trademarks of The Apache Software Foundation. Other names may be trademarks of their respective owners.