Method getBytes(String columnName)
Return type: byte
Member of: java.sql.ResultSet
[api documentation ] [ main menu]

Examples of how the element is used (one line per example):
[add your own example]

1 assertNotNull(rs.getBytes("column"));
2 assertNull(rs.getBytes("column"));
3 tuple[1] = rs.getBytes("attname");
4 byte schema[] = rs.getBytes("nspname");
5 value = rs.getBytes(mapping.getColumnName());
6 byte[] inputBytes = rs.getBytes(colName);
7 o = rs.getBytes(colData);
8 result = rs.getBytes(columnId);
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.