Package com.aerospike.jdbc.sql.type
Class StringClob
java.lang.Object
com.aerospike.jdbc.sql.type.StringClob
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanvoidfree()getCharacterStream(long pos, long length) getSubString(long pos, int length) inthashCode()longlength()longlongsetAsciiStream(long pos) setCharacterStream(long pos) intintvoidtruncate(long len)
-
Constructor Details
-
StringClob
public StringClob() -
StringClob
-
-
Method Details
-
length
public long length() -
getSubString
- Specified by:
getSubStringin interfaceClob- Throws:
SQLException
-
getCharacterStream
- Specified by:
getCharacterStreamin interfaceClob
-
getAsciiStream
- Specified by:
getAsciiStreamin interfaceClob
-
position
- Specified by:
positionin interfaceClob- Throws:
SQLException
-
position
- Specified by:
positionin interfaceClob- Throws:
SQLException
-
setString
- Specified by:
setStringin interfaceClob- Throws:
SQLException
-
setString
- Specified by:
setStringin interfaceClob- Throws:
SQLException
-
setAsciiStream
- Specified by:
setAsciiStreamin interfaceClob- Throws:
SQLException
-
setCharacterStream
- Specified by:
setCharacterStreamin interfaceClob
-
truncate
public void truncate(long len) -
free
public void free() -
getCharacterStream
- Specified by:
getCharacterStreamin interfaceClob- Throws:
SQLException
-
equals
-
hashCode
public int hashCode()
-