API Reference |
Autodesk FDO Data Management Utility |
FdoDbUserReader Class Reference
List of all members.
Detailed Description
Definition at line 36 of file FdoDbUserReader.h.
|
Public Member Functions |
virtual FDOUSERMGR_API FdoString * | GetDomain ()=0 |
| Get the Windows domain name. Empty if not SQL Server Windows authenticated user.
|
virtual FDOUSERMGR_API FdoString * | GetName () |
| Get the user name.
|
virtual FDOUSERMGR_API FdoStringCollection * | GetRolesOrPrivileges ()=0 |
virtual FDOUSERMGR_API FdoStringCollection * | GetRolesOrPrivileges (FdoString *datastore)=0 |
| List of the roles or privileges assigned to the user.
|
virtual FDOUSERMGR_API bool | ReadNext () |
| Advances the reader to the next item and returns true if there is another object to read or false if reading is complete. The default position of the reader is prior to the first item. Thus you must call ReadNext to begin accessing any data.
|
Protected Member Functions |
void | Dispose () |
| FdoDbUserReader (FdoIConnection *connection, FdoISQLDataReader *sqlReader) |
| FdoDbUserReader () |
| ~FdoDbUserReader () |
Protected Attributes |
FdoStringP | mDomain |
FdoIConnection * | mFdoConnection |
FdoPtr< FdoISQLDataReader > | mSqlReader |
FdoStringP | mUserName |