Class SybaseJtdsNClobJdbcType

java.lang.Object
org.hibernate.type.descriptor.jdbc.NClobJdbcType
org.hibernate.dialect.SybaseJtdsNClobJdbcType
All Implemented Interfaces:
Serializable, JdbcType

public class SybaseJtdsNClobJdbcType extends NClobJdbcType
Specialized type mapping for NCLOB that binds UTF-16LE bytes, because the jTDS driver can't handle Unicode characters and doesn't support nationalized methods. For extraction, the getString method works fine though.
See Also: