Home
last modified time | relevance | path

Searched defs:getBytes (Results 1 – 7 of 7) sorted by relevance

/libcore/luni/src/main/java/java/sql/
DRowId.java31 byte[] getBytes(); in getBytes() method
DBlob.java69 public byte[] getBytes(long pos, int length) throws SQLException; in getBytes() method
DCallableStatement.java229 public byte[] getBytes(int parameterIndex) throws SQLException; in getBytes() method
242 public byte[] getBytes(String parameterName) throws SQLException; in getBytes() method
DResultSet.java464 public byte[] getBytes(int columnIndex) throws SQLException; in getBytes() method
476 public byte[] getBytes(String columnName) throws SQLException; in getBytes() method
/libcore/luni/src/main/java/java/net/
DSocks4Message.java177 public byte[] getBytes() { in getBytes() method in Socks4Message
/libcore/luni/src/main/java/java/lang/
DString.java807 public void getBytes(int start, int end, byte[] data, int index) { in getBytes() method in String
831 public byte[] getBytes() { in getBytes() method in String
844 public byte[] getBytes(String charsetName) throws UnsupportedEncodingException { in getBytes() method in String
858 public byte[] getBytes(Charset charset) { in getBytes() method in String
/libcore/luni/src/test/java/libcore/java/sql/
DOldPreparedStatementTest.java2334 public byte[] getBytes(long pos, int length) throws SQLException { in getBytes() method in OldPreparedStatementTest.MockBlob