Compartir a través de


getMaxBinaryLiteralLength Method (SQLServerDatabaseMetaData)

Retrieves the maximum number of hex characters this database allows in an inline binary literal.

public int getMaxBinaryLiteralLength()

Valor devuelto

An int that indicates the maximum number of hexadecimal characters.

Excepciones

SQLServerException

Notas

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

Vea también

Referencia

SQLServerDatabaseMetaData Class

Conceptos

SQLServerDatabaseMetaData Methods
SQLServerDatabaseMetaData Members