JDBC Driver for Google Directory

Build 22.0.8462

UserInstantMessagingAccounts

Query the IM accounts for a user.

Table Specific Information

Select

To get a list of IM accounts for a user, the UserId column is required. It can be set in the connection string or in the WHERE clause condition. Otherwise, the driver will automatically use the Id of the first user from the Users table. The driver processes other queries client-side in memory.

For example, the following query is processed server side by the Google Directory APIs:

SELECT * FROM UserInstantMessagingAccounts

Columns

Name Type Description
IM String The user's IM network ID.
UserId String The unique identifier for the user.
Protocol String The IM protocol identifies the IM network.
CustomProtocol String The custom type of the IM protcol.
IsPrimary String Indicates if this is the user's primary IM.
CustomType String The custom type of the IM account.
Type String The type of the IM account.

Copyright (c) 2023 CData Software, Inc. - All rights reserved.
Build 22.0.8462