public void DummySelect() => DbPreparator.GetRefilledDb(CreateDummySelect);
public void GetAllTable() => DbPreparator.GetRefilledDb(CreateGetAllTable);
public void WhereWithSimplePredicate() => DbPreparator.GetRefilledDb(CreateWhereWithSimplePredicate);
public void SimpleSelect() => DbPreparator.GetRefilledDb(CreateSimpleSelect);
public void WhereWithCapturedVariable() => DbPreparator.GetRefilledDb(CreateWhereWithCapturedVariable);
public void ComplexWhereRequest() => DbPreparator.GetRefilledDb(CreateComplexWhereRequest);
public void SimpleWhereEqualsRequest() => DbPreparator.GetRefilledDb(CreateSimpleWhereEqualsQuery);
public void InitialisesWithSelectFrom() => DbPreparator.GetRefilledDb(CreateEmptyQuery);