Class SelectColumnFactory

java.lang.Object
com.illumon.iris.db.tables.select.SelectColumnFactory

public class SelectColumnFactory
extends Object
A factory to create SelectColumns from an input expression. There are two types of supported expressions
  • By Existing column - Simply the name of an existing column in the table
  • ResultColumn = <Expression> - Where the expression may simply identify a column from the source, or be something more sophisticated.