Class AggStar.Table.Column

    • Method Detail

      • getName

        public java.lang.String getName()
        Get the name of the column (this is the name in the database).
      • getTable

        public AggStar.Table getTable()
        Get the enclosing AggStar.Table.
      • getBitPosition

        public int getBitPosition()
        Get the bit possition associted with this column. This has the same value as this column's RolapStar.Column.
      • getDatatype

        public Dialect.Datatype getDatatype()
        Returns the datatype of this column.
      • getSqlQuery

        public SqlQuery getSqlQuery()
      • generateExprString

        public java.lang.String generateExprString​(SqlQuery query)
        Generates a SQL expression, which typically this looks like this: tableName.columnName.
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • print

        public void print​(java.io.PrintWriter pw,
                          java.lang.String prefix)