SelectSuccesSqlResult constructor

SelectSuccesSqlResult(
  1. String className,
  2. String methodName,
  3. int rowsSelected,
  4. List<List> content,
)

Implementation

SelectSuccesSqlResult(
    String className, String methodName, this.rowsSelected, this.content)
    : super(true, className, methodName);