Package | Description |
---|---|
java.sql |
Modifier and Type | Method and Description |
---|---|
Clob |
CallableStatement.getClob(int i) |
Clob |
ResultSet.getClob(int i) |
Clob |
ResultSet.getClob(String colName) |
Clob |
SQLInput.readClob() |
Modifier and Type | Method and Description |
---|---|
long |
Clob.position(Clob searchstr,
long start) |
void |
PreparedStatement.setClob(int i,
Clob x) |
void |
SQLOutput.writeClob(Clob x) |