jDialects is a small Java project collect all databases' dialect, most are
extracted from Hibernate, usually jDialects is used for build pagination SQL
and DDL SQL for cross-databases purpose.
Some dialect-specific LIMIT clauses require the maximum last row number (aka, first_row_number +
total_row_count), while others require the maximum returned row count (the total maximum number of rows to
return).