com.mockrunner.mock.jdbc
Class MockNClob

java.lang.Object
  extended by com.mockrunner.mock.jdbc.MockClob
      extended by com.mockrunner.mock.jdbc.MockNClob
All Implemented Interfaces:
java.lang.Cloneable, java.sql.Clob, java.sql.NClob

public class MockNClob
extends MockClob
implements java.sql.NClob

Mock implementation of NClob.


Constructor Summary
MockNClob(java.lang.String data)
           
 
Method Summary
 
Methods inherited from class com.mockrunner.mock.jdbc.MockClob
clone, equals, free, getAsciiStream, getCharacterStream, getCharacterStream, getSubString, hashCode, length, position, position, setAsciiStream, setCharacterStream, setString, setString, toString, truncate, wasFreeCalled
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.sql.Clob
free, getAsciiStream, getCharacterStream, getCharacterStream, getSubString, length, position, position, setAsciiStream, setCharacterStream, setString, setString, truncate
 

Constructor Detail

MockNClob

public MockNClob(java.lang.String data)