Class OCreateIndexStatement.Property

java.lang.Object
com.orientechnologies.orient.core.sql.parser.OCreateIndexStatement.Property
Enclosing class:
OCreateIndexStatement

public static class OCreateIndexStatement.Property extends Object
  • Field Details

    • name

      protected OIdentifier name
    • recordAttribute

      protected ORecordAttribute recordAttribute
    • byKey

      protected boolean byKey
    • byValue

      protected boolean byValue
    • collate

      protected OIdentifier collate
  • Constructor Details

    • Property

      public Property()
  • Method Details