CONZEPT 16 C++ API
C16::User::Logout Class Reference

Logout of a user from a database. More...

#include "C16/User.hpp"

Detailed Description

Logout of a user from a database.

Public Types

enum  Result { Result::OK, Result::USER_INEXISTENT, Result::USER_SELF, Result::SERVER_PASSWORD_INCORRECT }
 Result of a logout of a user from the database. More...
 

Member Enumeration Documentation

◆ Result

Result of a logout of a user from the database.

Enumerator
OK 

Logout succeeded.

USER_INEXISTENT 

User inexistent.

USER_SELF 

User is the user accessing the database.

SERVER_PASSWORD_INCORRECT 

Server password incorrect.