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 TypeMethodDescriptionvoid
free()
getCharacterStream
(long arg0, long arg1) getSubString
(long position, int length) long
length()
long
long
setAsciiStream
(long arg0) setCharacterStream
(long arg0) int
int
void
truncate
(long arg0)
-
Field Details
-
data
-
-
Constructor Details
-
SqliteClob
-
-
Method Details
-
free
- Specified by:
free
in interfaceClob
- Throws:
SQLException
-
getAsciiStream
- Specified by:
getAsciiStream
in interfaceClob
- Throws:
SQLException
-
getCharacterStream
- Specified by:
getCharacterStream
in interfaceClob
- Throws:
SQLException
-
getCharacterStream
- Specified by:
getCharacterStream
in interfaceClob
- Throws:
SQLException
-
getSubString
- Specified by:
getSubString
in interfaceClob
- Throws:
SQLException
-
length
- Specified by:
length
in interfaceClob
- Throws:
SQLException
-
position
- Specified by:
position
in interfaceClob
- Throws:
SQLException
-
position
- Specified by:
position
in interfaceClob
- Throws:
SQLException
-
setAsciiStream
- Specified by:
setAsciiStream
in interfaceClob
- Throws:
SQLException
-
setCharacterStream
- Specified by:
setCharacterStream
in interfaceClob
- Throws:
SQLException
-
setString
- Specified by:
setString
in interfaceClob
- Throws:
SQLException
-
setString
- Specified by:
setString
in interfaceClob
- Throws:
SQLException
-
truncate
- Specified by:
truncate
in interfaceClob
- Throws:
SQLException
-