Class TableRef.TableRefBuilder

java.lang.Object
com.github.tadukoo.database.mysql.syntax.reference.TableRef.TableRefBuilder
All Implemented Interfaces:
TableRef.AliasAndBuild, TableRef.TableName
Enclosing class:
TableRef

public static class TableRef.TableRefBuilder extends Object implements TableRef.TableName, TableRef.AliasAndBuild
A builder to build a new TableRef. It uses the following parameters:
TableRef Parameters
Parameter Description Required or Default
tableName The name of the table Required
alias The alias to use for the table Defaults to null (no alias)
Version:
Alpha v.0.3
Author:
Logan Ferree (Tadukoo)
  • Field Details

    • tableName

      private String tableName
      The name of the table
    • alias

      private String alias
      The alias to use for the table
  • Constructor Details

    • TableRefBuilder

      private TableRefBuilder()
      Not allowed to instantiate outside TableRef
  • Method Details