共用方式為


doesMaxRowSizeIncludeBlobs Method (SQLServerDatabaseMetaData)

Retrieves whether the return value for the getMaxRowSize method includes the SQL data types LONGVARCHAR and LONGVARBINARY.

public boolean doesMaxRowSizeIncludeBlobs()

傳回值

true if the return value includes the data types. Otherwise, false.

例外狀況

SQLServerException

備註

This doesMoxRowSizeIncludeBlobs method is specified by the doesMoxRowSizeIncludeBlobs method in the java.sql.DatabaseMetaData interface.

另請參閱

參考

SQLServerDatabaseMetaData Class

概念

SQLServerDatabaseMetaData Methods
SQLServerDatabaseMetaData Members