function testGetColumn()
 {
     $column = $this->table_info->getColumn('last');
     $this->assertIsA($column, 'lmbDbColumnInfo');
 }