TableAlias constructor

TableAlias(
  1. ResultSet delegate,
  2. String alias
)

Implementation

TableAlias(this.delegate, this.alias);