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

com.github.schlak.universalQB.Definition.GeneralOperations.AddOrderByClause Maven / Gradle / Ivy

Go to download

The java lib universalQB can be used to access different databases using formalized objects. These objects got converted into a query matching to the syntactical rules of the database management system

There is a newer version: 0.6.4
Show newest version
package com.github.schlak.universalQB.Definition.GeneralOperations;

import com.github.schlak.universalQB.Definition.GeneralObjects.OrderByDefinition;

/**
 * Created by jonas on 15.03.17.
 */
public interface AddOrderByClause {

    void orderBy(OrderByDefinition orderByColumn);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy