Class WebApp.IndexInfo

  • Enclosing class:
    WebApp

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

      Fields 
      Modifier and Type Field Description
      (package private) java.lang.String columns
      The indexed columns.
      (package private) java.lang.String name
      The index name.
      (package private) java.lang.String type
      The index type name.
    • Constructor Summary

      Constructors 
      Constructor Description
      IndexInfo()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • name

        java.lang.String name
        The index name.
      • type

        java.lang.String type
        The index type name.
      • columns

        java.lang.String columns
        The indexed columns.
    • Constructor Detail

      • IndexInfo

        IndexInfo()