package runtime

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. final case class FilterPredicate(clause: Clause = ...) extends GeneratedMessage with Message[FilterPredicate] with Updatable[FilterPredicate] with Product with Serializable
    Annotations
    @SerialVersionUID()
  2. sealed trait LogicalConnectionType extends GeneratedEnum
  3. final case class LogicalConnectionTypeVo(logicalConnectionTypeId: Int = 0, logicalConnectionTypeName: String = "") extends GeneratedMessage with Message[LogicalConnectionTypeVo] with Updatable[LogicalConnectionTypeVo] with Product with Serializable
    Annotations
    @SerialVersionUID()
  4. final case class LogicalConnectionVo(logicalConnectionType: LogicalConnectionType = ..., predicates: Seq[FilterPredicate] = _root_.scala.Seq.empty) extends GeneratedMessage with Message[LogicalConnectionVo] with Updatable[LogicalConnectionVo] with Product with Serializable
    Annotations
    @SerialVersionUID()
  5. final case class LogicalPredicateVo(predicateType: PredicateType = ..., fieldName: String = "", paramNames: Seq[String] = _root_.scala.Seq.empty) extends GeneratedMessage with Message[LogicalPredicateVo] with Updatable[LogicalPredicateVo] with Product with Serializable
    Annotations
    @SerialVersionUID()
  6. final case class OrderBy(fieldName: String = "", order: OrderType = ...) extends GeneratedMessage with Message[OrderBy] with Updatable[OrderBy] with Product with Serializable
    Annotations
    @SerialVersionUID()
  7. sealed trait OrderType extends GeneratedEnum
  8. final case class PagingStateVo(hasMore: Boolean = false, pagingState: String = "") extends GeneratedMessage with Message[PagingStateVo] with Updatable[PagingStateVo] with Product with Serializable
    Annotations
    @SerialVersionUID()
  9. sealed trait PredicateType extends GeneratedEnum
  10. final case class PredicateTypeVo(predicateTypeId: Int = 0, predicateTypeName: String = "", predicateTypeTitle: String = "") extends GeneratedMessage with Message[PredicateTypeVo] with Updatable[PredicateTypeVo] with Product with Serializable
    Annotations
    @SerialVersionUID()
  11. final case class QueryCommand(predicate: Option[FilterPredicate] = _root_.scala.None, params: Map[String, String] = ..., pageNumber: Int = 0, rowsPerPage: Int = 0, orderBy: Seq[OrderBy] = _root_.scala.Seq.empty, pagingState: String = "") extends GeneratedMessage with Message[QueryCommand] with Updatable[QueryCommand] with Product with Serializable
    Annotations
    @SerialVersionUID()
  12. final case class RetrieveByRowidCmd(rowid: String = "") extends GeneratedMessage with Message[RetrieveByRowidCmd] with Updatable[RetrieveByRowidCmd] with Product with Serializable
    Annotations
    @SerialVersionUID()
  13. final case class SearchCmd(q: String = "") extends GeneratedMessage with Message[SearchCmd] with Updatable[SearchCmd] with Product with Serializable
    Annotations
    @SerialVersionUID()
  14. class WhereClauseWithNamedParams extends AnyRef

Value Members

  1. object FilterPredicate extends GeneratedMessageCompanion[FilterPredicate] with Serializable
  2. object LogicalConnectionType extends GeneratedEnumCompanion[LogicalConnectionType] with Serializable
  3. object LogicalConnectionTypeVo extends GeneratedMessageCompanion[LogicalConnectionTypeVo] with Serializable
  4. object LogicalConnectionVo extends GeneratedMessageCompanion[LogicalConnectionVo] with Serializable
  5. object LogicalPredicateVo extends GeneratedMessageCompanion[LogicalPredicateVo] with Serializable
  6. object MessagesProto extends GeneratedFileObject
  7. object OrderBy extends GeneratedMessageCompanion[OrderBy] with Serializable
  8. object OrderType extends GeneratedEnumCompanion[OrderType] with Serializable
  9. object PagingStateVo extends GeneratedMessageCompanion[PagingStateVo] with Serializable
  10. object PredicateType extends GeneratedEnumCompanion[PredicateType] with Serializable
  11. object PredicateTypeVo extends GeneratedMessageCompanion[PredicateTypeVo] with Serializable
  12. object QueryCommand extends GeneratedMessageCompanion[QueryCommand] with Serializable
  13. object QueryCommandMethods
  14. object RetrieveByRowidCmd extends GeneratedMessageCompanion[RetrieveByRowidCmd] with Serializable
  15. object SearchCmd extends GeneratedMessageCompanion[SearchCmd] with Serializable
  16. object WhereClauseWithNamedParams

Ungrouped