package runtime
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
-
final
case class
FilterPredicate(clause: Clause = ...) extends GeneratedMessage with Message[FilterPredicate] with Updatable[FilterPredicate] with Product with Serializable
- Annotations
- @SerialVersionUID()
- sealed trait LogicalConnectionType extends GeneratedEnum
-
final
case class
LogicalConnectionTypeVo(logicalConnectionTypeId: Int = 0, logicalConnectionTypeName: String = "") extends GeneratedMessage with Message[LogicalConnectionTypeVo] with Updatable[LogicalConnectionTypeVo] with Product with Serializable
- Annotations
- @SerialVersionUID()
-
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()
-
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()
-
final
case class
OrderBy(fieldName: String = "", order: OrderType = ...) extends GeneratedMessage with Message[OrderBy] with Updatable[OrderBy] with Product with Serializable
- Annotations
- @SerialVersionUID()
- sealed trait OrderType extends GeneratedEnum
-
final
case class
PagingStateVo(hasMore: Boolean = false, pagingState: String = "") extends GeneratedMessage with Message[PagingStateVo] with Updatable[PagingStateVo] with Product with Serializable
- Annotations
- @SerialVersionUID()
- sealed trait PredicateType extends GeneratedEnum
-
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()
-
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()
-
final
case class
RetrieveByRowidCmd(rowid: String = "") extends GeneratedMessage with Message[RetrieveByRowidCmd] with Updatable[RetrieveByRowidCmd] with Product with Serializable
- Annotations
- @SerialVersionUID()
-
final
case class
SearchCmd(q: String = "") extends GeneratedMessage with Message[SearchCmd] with Updatable[SearchCmd] with Product with Serializable
- Annotations
- @SerialVersionUID()
- class WhereClauseWithNamedParams extends AnyRef
Value Members
- object FilterPredicate extends GeneratedMessageCompanion[FilterPredicate] with Serializable
- object LogicalConnectionType extends GeneratedEnumCompanion[LogicalConnectionType] with Serializable
- object LogicalConnectionTypeVo extends GeneratedMessageCompanion[LogicalConnectionTypeVo] with Serializable
- object LogicalConnectionVo extends GeneratedMessageCompanion[LogicalConnectionVo] with Serializable
- object LogicalPredicateVo extends GeneratedMessageCompanion[LogicalPredicateVo] with Serializable
- object MessagesProto extends GeneratedFileObject
- object OrderBy extends GeneratedMessageCompanion[OrderBy] with Serializable
- object OrderType extends GeneratedEnumCompanion[OrderType] with Serializable
- object PagingStateVo extends GeneratedMessageCompanion[PagingStateVo] with Serializable
- object PredicateType extends GeneratedEnumCompanion[PredicateType] with Serializable
- object PredicateTypeVo extends GeneratedMessageCompanion[PredicateTypeVo] with Serializable
- object QueryCommand extends GeneratedMessageCompanion[QueryCommand] with Serializable
- object QueryCommandMethods
- object RetrieveByRowidCmd extends GeneratedMessageCompanion[RetrieveByRowidCmd] with Serializable
- object SearchCmd extends GeneratedMessageCompanion[SearchCmd] with Serializable
- object WhereClauseWithNamedParams