Expand Minimize
This topic has not yet been rated - Rate this topic

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.

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

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.