LibreOffice Module dbaccess (master) 1
Functions | Variables
TableGrantCtrl.cxx File Reference
#include <TableGrantCtrl.hxx>
#include <core_resource.hxx>
#include <com/sun/star/sdbc/SQLException.hpp>
#include <com/sun/star/sdbcx/XTablesSupplier.hpp>
#include <com/sun/star/sdbcx/Privilege.hpp>
#include <com/sun/star/sdbcx/PrivilegeObject.hpp>
#include <com/sun/star/sdbcx/XUsersSupplier.hpp>
#include <com/sun/star/sdbcx/XAuthorizable.hpp>
#include <connectivity/dbtools.hxx>
#include <toolkit/helper/vclunohelper.hxx>
#include <vcl/svapp.hxx>
#include <osl/diagnose.h>
#include <strings.hrc>
Include dependency graph for TableGrantCtrl.cxx:

Go to the source code of this file.

Functions

 IMPL_LINK_NOARG (OTableGrantControl, AsynchActivate, void *, void)
 
 IMPL_LINK_NOARG (OTableGrantControl, AsynchDeactivate, void *, void)
 

Variables

const sal_uInt16 COL_TABLE_NAME = 1
 
const sal_uInt16 COL_SELECT = 2
 
const sal_uInt16 COL_INSERT = 3
 
const sal_uInt16 COL_DELETE = 4
 
const sal_uInt16 COL_UPDATE = 5
 
const sal_uInt16 COL_ALTER = 6
 
const sal_uInt16 COL_REF = 7
 
const sal_uInt16 COL_DROP = 8
 

Function Documentation

◆ IMPL_LINK_NOARG() [1/2]

IMPL_LINK_NOARG ( OTableGrantControl  ,
AsynchActivate  ,
void *  ,
void   
)

Definition at line 170 of file TableGrantCtrl.cxx.

◆ IMPL_LINK_NOARG() [2/2]

IMPL_LINK_NOARG ( OTableGrantControl  ,
AsynchDeactivate  ,
void *  ,
void   
)

Definition at line 176 of file TableGrantCtrl.cxx.

Variable Documentation

◆ COL_ALTER

const sal_uInt16 COL_ALTER = 6

◆ COL_DELETE

const sal_uInt16 COL_DELETE = 4

◆ COL_DROP

const sal_uInt16 COL_DROP = 8

◆ COL_INSERT

const sal_uInt16 COL_INSERT = 3

◆ COL_REF

const sal_uInt16 COL_REF = 7

◆ COL_SELECT

const sal_uInt16 COL_SELECT = 2

◆ COL_TABLE_NAME

const sal_uInt16 COL_TABLE_NAME = 1

◆ COL_UPDATE

const sal_uInt16 COL_UPDATE = 5