Class DBTable.Builder

  • Enclosing class:
    DBTable

    public static class DBTable.Builder
    extends java.lang.Object
    • Method Summary

      Modifier and Type Method Description
      DBTable create()
      Create a new instance of DBTable
      DBTable.Builder registerArgument​(java.lang.String argument)
      Register a new argument to the constructed table
      DBTable.Builder registerIndexedArguments​(java.lang.String argument)
      Register a new indexed argument to the constructed table
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • registerArgument

        public DBTable.Builder registerArgument​(java.lang.String argument)
        Register a new argument to the constructed table
        Parameters:
        argument - the new argument
        Returns:
        itself for chaining purposes
      • registerIndexedArguments

        public DBTable.Builder registerIndexedArguments​(java.lang.String argument)
        Register a new indexed argument to the constructed table
        Parameters:
        argument - the new indexed arguments
        Returns:
        itself for chaining purposes
      • create

        public DBTable create()
        Create a new instance of DBTable
        Returns:
        the DBTable created from the configuration