MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / list

Method list

src/jrd/UserManagement.cpp:100–110  ·  view source on GitHub ↗

IListUsers implementation

Source from the content-addressed store, hash-verified

98
99 // IListUsers implementation
100 void list(CheckStatusWrapper* status, IUser* user)
101 {
102 try
103 {
104 userManagement->list(user, pos);
105 }
106 catch (const Exception& ex)
107 {
108 ex.stuffException(status);
109 }
110 }
111
112 private:
113 UserManagement* userManagement;

Callers

nothing calls this directly

Calls 2

listMethod · 0.45
stuffExceptionMethod · 0.45

Tested by

no test coverage detected