Constant Field Values

Contents

org.neo4j.*

  • org.neo4j.bolt.connection.message.BeginMessage
    Modifier and Type
    Constant Field
    Value
    public static final String
    "BEGIN"
  • org.neo4j.bolt.connection.message.CommitMessage
    Modifier and Type
    Constant Field
    Value
    public static final String
    "COMMIT"
  • org.neo4j.bolt.connection.message.DiscardMessage
    Modifier and Type
    Constant Field
    Value
    public static final String
    "DISCARD"
  • org.neo4j.bolt.connection.message.LogoffMessage
    Modifier and Type
    Constant Field
    Value
    public static final String
    "LOGOFF"
  • org.neo4j.bolt.connection.message.LogonMessage
    Modifier and Type
    Constant Field
    Value
    public static final String
    "LOGON"
  • org.neo4j.bolt.connection.message.PullMessage
    Modifier and Type
    Constant Field
    Value
    public static final String
    "PULL"
  • org.neo4j.bolt.connection.message.ResetMessage
    Modifier and Type
    Constant Field
    Value
    public static final String
    "RESET"
  • org.neo4j.bolt.connection.message.RollbackMessage
    Modifier and Type
    Constant Field
    Value
    public static final String
    "ROLLBACK"
  • org.neo4j.bolt.connection.message.RouteMessage
    Modifier and Type
    Constant Field
    Value
    public static final String
    "ROUTE"
  • org.neo4j.bolt.connection.message.RunMessage
    Modifier and Type
    Constant Field
    Value
    public static final String
    "RUN"
  • org.neo4j.bolt.connection.message.TelemetryMessage
    Modifier and Type
    Constant Field
    Value
    public static final String
    "TELEMETRY"