ldbc.statement.Limit.QueryProvider
Attributes
-
Source
-
Limit.scala
-
Graph
-
-
Supertypes
-
class Object
trait Matchable
class Any
-
Known subtypes
-
-
Self type
-
Members list
A method for setting the LIMIT condition in a SELECT statement.
A method for setting the LIMIT condition in a SELECT statement.
TableQuery[City]
.select(_.population)
.limit(10)
Value parameters
-
length
-
The number of rows to return.
Attributes
-
Source
-
Limit.scala