413414415416417418419420421422423
*/ @Override public byte getByte(String name) throws SQLException { Datum datum = cur.get(findColumn(name)); handleNull(datum); return datum.asByte(); } /* * (non-Javadoc) *