共用方式為


getMaxBinaryLiteralLength Method (SQLServerDatabaseMetaData)

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

public int getMaxBinaryLiteralLength()

傳回值

An int that indicates the maximum number of hexadecimal characters.

例外狀況

SQLServerException

備註

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

另請參閱

參考

SQLServerDatabaseMetaData Class

概念

SQLServerDatabaseMetaData Methods
SQLServerDatabaseMetaData Members