Interface SQLFactory

All Known Implementing Classes:
SQLFactoryImpl

public interface SQLFactory
Factory for SQL constructs.
Author:
Abe White
  • Method Details

    • newSelect

      Select newSelect()
      Select factory.
    • newUnion

      Union newUnion(int selects)
      Union factory.
      Parameters:
      selects - the number of selects in the union
    • newUnion

      Union newUnion(Select[] selects)
      Union factory.
      Parameters:
      selects - the members of the union