Freigeben über


length Method (SQLServerNClob)

Retrieves the number of characters in the NClob.

Hinweis

This feature is introduced starting with the Microsoft SQL Server JDBC Driver version 2.0.

public long length()

Rückgabewert

The length of the NClob in number of characters.

Ausnahmen

SQLServerException

Hinweise

This length method is specified by the length method in the java.sql.NClob interface.

Siehe auch

Referenz

SQLServerNClob Class

Konzepte

SQLServerNClob Methods
SQLServerNClob Members