public interface NClob extends Clob
NCLOB类型的Java编程语言的映射。
SQL NCLOB是一种内置类型,它使用国家字符集作为数据库表行中的列值存储字符大对象。
NClob接口扩展了Clob接口,该Clob提供了获取SQL NCLOB值长度的方法,用于实现客户端上的NCLOB值,以及在NCLOB值内搜索子字符串或NCLOB对象。 一个NClob对象,就像一个Clob对象,在创建它的事务的持续时间内是有效的。 方法在接口ResultSet , CallableStatement和PreparedStatement ,如getNClob和setNClob允许编程人员访问SQL NCLOB值。 此外,该界面还具有更新NCLOB值的方法。
所有的方法NClob接口必须如果JDBC驱动程序支持的数据类型得到充分执行。
free, getAsciiStream, getCharacterStream, getCharacterStream, getSubString, length, position, position, setAsciiStream, setCharacterStream, setString, setString, truncate Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2014, Oracle and/or its affiliates. All rights reserved.