Home
last modified time | relevance | path

Searched refs:theByte (Results 1 – 4 of 4) sorted by relevance

/libcore/luni/src/main/java/java/sql/
DSQLOutput.java71 public void writeByte(byte theByte) throws SQLException; in writeByte() argument
DPreparedStatement.java251 public void setByte(int parameterIndex, byte theByte) throws SQLException; in setByte() argument
DCallableStatement.java1005 public void setByte(String parameterName, byte theByte) throws SQLException; in setByte() argument
/libcore/luni/src/main/java/javax/sql/
DRowSet.java583 public void setByte(int parameterIndex, byte theByte) throws SQLException; in setByte() argument
596 public void setByte(String parameterName, byte theByte) throws SQLException; in setByte() argument