SelectColumn Constructor(String,String,String,String)
Creates and initializes new instance of
SelectColumn with the specified schema name, table name, column name (expression text) and an alias.
Parameters
- schema
- The schema that the column belongs to.
- table
- The table or view that the column belongs to.
- name
- The name of the column or expression text.
- alias
- The column alias.