Home | History | Annotate | Download | only in JDBC2z

Lines Matching full:getbyte

598     public byte getByte(int columnIndex) throws SQLException {
602 public byte getByte(String columnName) throws SQLException {
604 return getByte(col);