Class OrderByStatement

java.lang.Object
com.invirgance.convirgance.jdbc.sql.OrderByStatement
All Implemented Interfaces:
SQLStatement

public class OrderByStatement extends Object implements SQLStatement
Creates an OrderByStatement, this is used to add an order by clause.
Author:
jbanes
  • Constructor Details

    • OrderByStatement

      public OrderByStatement(DatabaseSchemaLayout layout)
      Creates a new statement.
      Parameters:
      layout - The Database schema layout.
  • Method Details