Skip to content

Commit

Permalink
Add missing javadoc comment
Browse files Browse the repository at this point in the history
  • Loading branch information
pj-spoelders committed Mar 28, 2024
1 parent ce88751 commit e3c6b43
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,12 @@
import com.exasol.adapter.dialects.rewriting.SqlGenerationContext;
import com.exasol.adapter.metadata.DataType;
import com.exasol.adapter.sql.SqlColumn;

/**
* This class generates SQL queries for the {@link ExasolSqlDialect}. It is a 'specialisation' for LOCAL mode, based on {@link ExasolSqlGenerationVisitor}.
*/
public class ExasolLocalSqlGenerationVisitor extends ExasolSqlGenerationVisitor{
/**
* Creates a new instance of the {@link ExasolSqlGenerationVisitor}.
* Creates a new instance of the {@link ExasolLocalSqlGenerationVisitor}.
*
* @param dialect {@link ExasolSqlDialect} dialect
* @param context SQL generation context
Expand Down

0 comments on commit e3c6b43

Please sign in to comment.