othersUpdatesAreVisible Method (SQLServerDatabaseMetaData)
Retrieves whether updates that are made by others are visible.
public boolean othersUpdatesAreVisible(int type)
Parámetros
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:
java.sql.ResultSet Types
TYPE_FORWARD_ONLY
TYPE_SCROLL_SENSITIVE
TYPE_SCROLL_INSENSITIVE
SQLServerResultSet Types
TYPE_SS_SCROLL_STATIC
TYPE_SS_SCROLL_KEYSET
TYPE_SS_DIRECT_FORWARD_ONLY
TYPE_SS_SERVER_CURSOR_FORWARD_ONLY
TYPE_SS_SCROLL_DYNAMIC
Valor devuelto
true if the updates are visible. Otherwise, false.
Excepciones
Notas
This othersUpdatesAreVisible method is specified by the othersUpdatesAreVisible method in the java.sql.DatabaseMetaData interface.
Vea también
Referencia
SQLServerDatabaseMetaData Class
Conceptos
SQLServerDatabaseMetaData Methods
SQLServerDatabaseMetaData Members