Class InsertSelectStatement

All Implemented Interfaces:
CteContainer, InsertStatement, MutationStatement, Statement

public class InsertSelectStatement extends AbstractMutationStatement implements InsertStatement
todo (6.2) - Would much prefer to split insert-values and insert-select into individual contracts - something like `InsertStatement` and `InsertSelectStatement` e.g. Would help alleviate much of the duplication in handling between inserts from SQM and those from model mutation