* @throws Exception exception
*/
public LegacyTxDataSourceImpl buildStatement(Boolean sharePreparedStatements, Long preparedStatementsCacheSize,
TrackStatementsEnum trackStatements) throws Exception
{
statement = new StatementImpl(sharePreparedStatements, preparedStatementsCacheSize, trackStatements);
return this;
}