Interface IntoTableVisitor<T>

    • Method Detail

      • visit

        <S> T visit​(Table tableName,
                    S context)
      • visit

        default void visit​(Table tableName)