final case class Query(table: TableReference, index: Option[String] = None, filterExpression: Condition = ZeroCondition, projectionExpression: Option[String] = None, limit: Option[Int] = None, select: Option[Select] = None, startKey: Option[Map[String, AttributeValue]] = None, consistent: Boolean = false, scanIndexForward: Boolean = false, attributeValues: Map[String, AttributeValue] = Map.empty, attributeNames: Map[String, String] = Map.empty, condition: Condition = ZeroCondition, keyConditionAttributeValues: Map[String, AttributeValue] = Map.empty) extends DynamoRequest with WithFilterExpression[Query] with WithAttributeValues[Query] with WithAttributeNames[Query] with WithProjectionExpression[Query] with WithSelect[Query] with WithStartKey[Query] with WithTableReference[Query] with WithIndex[Query] with WithLimit[Query] with WithConsistent[Query] with WithScanIndexForward[Query] with WithCondition[Query] with WithKey[Query] with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Query
- Serializable
- Serializable
- Product
- Equals
- WithKey
- WithCondition
- WithScanIndexForward
- WithConsistent
- WithLimit
- WithIndex
- WithTableReference
- WithStartKey
- WithSelect
- WithProjectionExpression
- WithAttributeNames
- WithAttributeValues
- WithFilterExpression
- DynamoRequest
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new Query(table: TableReference, index: Option[String] = None, filterExpression: Condition = ZeroCondition, projectionExpression: Option[String] = None, limit: Option[Int] = None, select: Option[Select] = None, startKey: Option[Map[String, AttributeValue]] = None, consistent: Boolean = false, scanIndexForward: Boolean = false, attributeValues: Map[String, AttributeValue] = Map.empty, attributeNames: Map[String, String] = Map.empty, condition: Condition = ZeroCondition, keyConditionAttributeValues: Map[String, AttributeValue] = Map.empty)
Type Members
-
type
Rq = QueryRequest
- Definition Classes
- Query → DynamoRequest
-
type
Rsp = QueryResponse
- Definition Classes
- Query → DynamoRequest
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- val attributeNames: Map[String, String]
- val attributeValues: Map[String, AttributeValue]
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
- val condition: Condition
- val consistent: Boolean
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val filterExpression: Condition
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- val index: Option[String]
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val keyConditionAttributeValues: Map[String, AttributeValue]
- val limit: Option[Int]
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- val projectionExpression: Option[String]
- val scanIndexForward: Boolean
- val select: Option[Select]
- val startKey: Option[Map[String, AttributeValue]]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
val
table: TableReference
- Definition Classes
- Query → WithTableReference
-
def
toAmz: QueryRequest
- Definition Classes
- Query → DynamoRequest
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
withAttribute[Item](value: Item)(implicit arg0: D4SEncoder[Item]): Query
- Definition Classes
- WithAttributeValues
-
def
withAttributeNames(an: (Map[String, String]) ⇒ Map[String, String]): Query
- Definition Classes
- Query → WithAttributeNames
-
final
def
withAttributeNames(value: (String, String)): Query
- Definition Classes
- WithAttributeNames
-
final
def
withAttributeNames(add: Map[String, String]): Query
- Definition Classes
- WithAttributeNames
-
def
withAttributeValues(f: (Map[String, AttributeValue]) ⇒ Map[String, AttributeValue]): Query
- Definition Classes
- Query → WithAttributeValues
-
final
def
withAttributeValues(value: (String, AttributeValue)): Query
- Definition Classes
- WithAttributeValues
-
final
def
withAttributeValues(add: Map[String, AttributeValue]): Query
- Definition Classes
- WithAttributeValues
-
final
def
withAttributes[I1, I2](v1: I1, v2: I2)(implicit arg0: D4SEncoder[I1], arg1: D4SEncoder[I2]): Query
- Definition Classes
- WithAttributeValues
-
def
withCondition(t: Condition): Query
- Definition Classes
- Query → WithCondition
-
def
withConsistent(consistentRead: Boolean): Query
- Definition Classes
- Query → WithConsistent
-
def
withFilterExpression(t: Condition): Query
- Definition Classes
- Query → WithFilterExpression
- def withIndex(index: TableIndex[_, _]): Query
- def withKey(f: (Map[String, AttributeValue]) ⇒ Map[String, AttributeValue]): Query
-
final
def
withKey(value: (String, AttributeValue)): Query
- Definition Classes
- WithKey
-
final
def
withKey(add: Map[String, AttributeValue]): Query
- Definition Classes
- WithKey
-
final
def
withKeyField[T](field: DynamoField[T])(value: T): Query
- Definition Classes
- WithKey
-
final
def
withKeyItem[Item](value: Item)(implicit arg0: D4SEncoder[Item]): Query
- Definition Classes
- WithKey
- def withLimit(l: Int): Query
-
final
def
withPrefix[TP](prefix: TP)(implicit arg0: TablePrefix[TP]): Query
- Definition Classes
- WithTableReference
-
def
withProjectionExpression(f: (Option[String]) ⇒ Option[String]): Query
- Definition Classes
- Query → WithProjectionExpression
-
final
def
withProjectionExpression(fields: DynamoField[_]*): Query
- Definition Classes
- WithProjectionExpression
-
final
def
withProjectionExpression(expr: String): Query
- Definition Classes
- WithProjectionExpression
-
def
withScanIndexForward(sif: Boolean): Query
- Definition Classes
- Query → WithScanIndexForward
-
def
withSelect(newSelect: Select): Query
- Definition Classes
- Query → WithSelect
-
final
def
withStartKey[Key](startKey: Key)(implicit arg0: D4SEncoder[Key]): Query
- Definition Classes
- WithStartKey
-
def
withStartKeyMap(startKey: Map[String, AttributeValue]): Query
- Definition Classes
- Query → WithStartKey
-
def
withTableReference(t: (TableReference) ⇒ TableReference): Query
- Definition Classes
- Query → WithTableReference
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated
- Deprecated