Searched defs:getBytes (Results 1 – 7 of 7) sorted by relevance
31 byte[] getBytes(); in getBytes() method
69 public byte[] getBytes(long pos, int length) throws SQLException; in getBytes() method
229 public byte[] getBytes(int parameterIndex) throws SQLException; in getBytes() method242 public byte[] getBytes(String parameterName) throws SQLException; in getBytes() method
464 public byte[] getBytes(int columnIndex) throws SQLException; in getBytes() method476 public byte[] getBytes(String columnName) throws SQLException; in getBytes() method
177 public byte[] getBytes() { in getBytes() method in Socks4Message
807 public void getBytes(int start, int end, byte[] data, int index) { in getBytes() method in String831 public byte[] getBytes() { in getBytes() method in String844 public byte[] getBytes(String charsetName) throws UnsupportedEncodingException { in getBytes() method in String858 public byte[] getBytes(Charset charset) { in getBytes() method in String
2334 public byte[] getBytes(long pos, int length) throws SQLException { in getBytes() method in OldPreparedStatementTest.MockBlob