doesMaxRowSizeIncludeBlobs Method (SQLServerDatabaseMetaData)
Retrieves whether the return value for the getMaxRowSize method includes the SQL data types LONGVARCHAR and LONGVARBINARY.
public boolean doesMaxRowSizeIncludeBlobs()
Valor devuelto
true if the return value includes the data types. Otherwise, false.
Excepciones
Notas
This doesMoxRowSizeIncludeBlobs method is specified by the doesMoxRowSizeIncludeBlobs method in the java.sql.DatabaseMetaData interface.
Vea también
Referencia
SQLServerDatabaseMetaData Class
Conceptos
SQLServerDatabaseMetaData Methods
SQLServerDatabaseMetaData Members