protected MySQLIntoBuilder(MySQLCommandFactory factory, MySQLIntoBuilder setted) : base(factory, setted)
 {
 }
 protected internal MySQLIntoColumnsBuilder(MySQLCommandFactory factory, MySQLIntoBuilder table, Data.Objects.IDbColumn column) : base(factory, table) => this.column = column;