Events
Get certified in Microsoft Fabric—for free!
Nov 19, 11 PM - Dec 10, 11 PM
For a limited time, the Microsoft Fabric Community team is offering free DP-600 exam vouchers.
Prepare nowThis browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Retrieves whether updates that are made by others are visible.
public boolean othersUpdatesAreVisible(int type)
type
An int that indicates the result set type, which can be one of the following values as defined in java.sql.ResultSet or SQLServerResultSet:
TYPE_FORWARD_ONLY
TYPE_SCROLL_SENSITIVE
TYPE_SCROLL_INSENSITIVE
TYPE_SS_SCROLL_STATIC
TYPE_SS_SCROLL_KEYSET
TYPE_SS_DIRECT_FORWARD_ONLY
TYPE_SS_SERVER_CURSOR_FORWARD_ONLY
TYPE_SS_SCROLL_DYNAMIC
true if the updates are visible. Otherwise, false.
This othersUpdatesAreVisible method is specified by the othersUpdatesAreVisible method in the java.sql.DatabaseMetaData interface.
SQLServerDatabaseMetaData Methods
SQLServerDatabaseMetaData Members
SQLServerDatabaseMetaData Class
Events
Get certified in Microsoft Fabric—for free!
Nov 19, 11 PM - Dec 10, 11 PM
For a limited time, the Microsoft Fabric Community team is offering free DP-600 exam vouchers.
Prepare now