Class WebApp.IndexInfo

java.lang.Object
org.h2.server.web.WebApp.IndexInfo
Enclosing class:
WebApp

static class WebApp.IndexInfo extends Object
This class represents index information for the GUI.
  • Field Details

    • name

      String name
      The index name.
    • type

      String type
      The index type name.
    • columns

      String columns
      The indexed columns.
  • Constructor Details

    • IndexInfo

      IndexInfo()