{
if ( getWrappedResultSet() != null ) { getWrappedResultSet().close(); }
ForeignTableVTI nextRS = new ForeignTableVTI
( getContext().vtiSchema(), _tableNames.get( _tableIdx ), getConnection() );
nextRS.initScan( _columnNames, _restriction );
wrapResultSet( nextRS );
}
/**