Interface TableGroupProducer

    • Method Detail

      • getSqlAliasStem

        String getSqlAliasStem()
        Get the "stem" used as the base for generating SQL table aliases for table references that are part of the TableGroup being generated

        Note that this is a metadata-ive value. It is only ever used internal to the producer producing its TableGroup.

        See Also:
        SqlAliasBaseManager.createSqlAliasBase(java.lang.String)
      • containsTableReference

        default boolean containsTableReference​(String tableExpression)