this.dataSource = DatabaseConnectionBuilder.buildDataSource(user, pass, driver, jdbcUrl);
this.useUTF8 = useUTF8;
}
public IndexPager getPager(PageInfo pageInfo) throws CatalogIndexException {
return new IndexPager(new ProcessedPageInfo(pageInfo.getPageSize(), pageInfo.getPageNum(), this.getNumOfTransactions()));
}