Searched defs:truncate (Results 1 - 6 of 6) sorted by relevance

/libcore/luni/src/main/java/java/sql/
H A DBlob.java181 public void truncate(long len) throws SQLException; method in interface:Blob
H A DClob.java174 * truncate this {@code Clob}.
178 public void truncate(long len) throws SQLException; method in interface:Clob
/libcore/luni/src/main/java/java/nio/channels/
H A DFileChannel.java563 public abstract FileChannel truncate(long size) throws IOException; method in class:FileChannel
/libcore/luni/src/main/java/java/nio/
H A DFileChannelImpl.java234 // We can't defer to FileChannel.truncate because that will only make a file shorter,
442 public FileChannel truncate(long size) throws IOException { method in class:FileChannelImpl
/libcore/luni/src/test/java/libcore/java/sql/
H A DOldPreparedStatementTest.java2363 public void truncate(long len) throws SQLException { method in class:OldPreparedStatementTest.MockBlob
2417 public void truncate(long len) throws SQLException {} method in class:OldPreparedStatementTest.MockClob
/libcore/support/src/test/java/tests/resources/
H A Djunit4-4.3.1.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/extensions/ junit/framework/ junit/runner/ junit/textui/ org/ ...

Completed in 243 milliseconds