Retrieves whether deletes that are made by others are visible.
public boolean othersDeletesAreVisible(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:
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
傳回值
true if the deletes are visible. Otherwise, false.
例外狀況
備註
This othersDeletesAreVisible method is specified by the othersDeletesAreVisible method in the java.sql.DatabaseMetaData interface.
另請參閱
參考
SQLServerDatabaseMetaData Class
概念
SQLServerDatabaseMetaData Methods
SQLServerDatabaseMetaData Members