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.