All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.github.shmilyjxs.dialects.IDialect Maven / Gradle / Ivy

There is a newer version: 1.37
Show newest version
package io.github.shmilyjxs.dialects;

import org.intellij.lang.annotations.Language;

public interface IDialect {

    String pageSql(@Language("SQL") final String sql, long offset, long limit);

    String columnSql(String tableName);

    String downRecursiveSql(String tableName, String startColumn, String joinColumn);

    String upRecursiveSql(String tableName, String startColumn, String joinColumn);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy