Package org.sqlite.jdbc4
Class JDBC4ResultSet.SqliteClob
java.lang.Object
org.sqlite.jdbc4.JDBC4ResultSet.SqliteClob
- Enclosing class:
JDBC4ResultSet
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidfree()getCharacterStream(long arg0, long arg1) getSubString(long position, int length) longlength()longlongsetAsciiStream(long arg0) setCharacterStream(long arg0) intintvoidtruncate(long arg0)
-
Field Details
-
data
-
-
Constructor Details
-
SqliteClob
-
-
Method Details
-
free
- Specified by:
freein interfaceClob- Throws:
SQLException
-
getAsciiStream
- Specified by:
getAsciiStreamin interfaceClob- Throws:
SQLException
-
getCharacterStream
- Specified by:
getCharacterStreamin interfaceClob- Throws:
SQLException
-
getCharacterStream
- Specified by:
getCharacterStreamin interfaceClob- Throws:
SQLException
-
getSubString
- Specified by:
getSubStringin interfaceClob- Throws:
SQLException
-
length
- Specified by:
lengthin interfaceClob- Throws:
SQLException
-
position
- Specified by:
positionin interfaceClob- Throws:
SQLException
-
position
- Specified by:
positionin interfaceClob- Throws:
SQLException
-
setAsciiStream
- Specified by:
setAsciiStreamin interfaceClob- Throws:
SQLException
-
setCharacterStream
- Specified by:
setCharacterStreamin interfaceClob- Throws:
SQLException
-
setString
- Specified by:
setStringin interfaceClob- Throws:
SQLException
-
setString
- Specified by:
setStringin interfaceClob- Throws:
SQLException
-
truncate
- Specified by:
truncatein interfaceClob- Throws:
SQLException
-