}
}
rs.getRecord( recordId, data, 0 );
ByteArrayInputStream bais = new ByteArrayInputStream( data, 0, recordSize );
SerializerInputStream in = new SerializerInputStream( bais );
rowType = in.readByte();
switch( rowType )
{
case Constants.DBRT_TABLE_INFO:
final TableInfo info = new TableInfo();
info.deserialize( in );