ldbc.query.builder.statement.`package`.Query
Trait represents a read-only query in MySQL.
Type parameters
-
T
-
Scala types to be converted by Decoder
Attributes
-
Source
-
package.scala
-
Graph
-
-
Supertypes
-
class Object
trait Matchable
class Any
-
Known subtypes
-
Members list
Function to get a value of type T from a ResultSet
Function to get a value of type T from a ResultSet
Attributes
-
Source
-
package.scala
statement has '?' that the statement has.
statement has '?' that the statement has.
Attributes
-
Inherited from:
-
SQL
-
Source
-
SQL.scala
an SQL statement that may contain one or more '?' IN parameter placeholders
an SQL statement that may contain one or more '?' IN parameter placeholders
Attributes
-
Inherited from:
-
SQL
-
Source
-
SQL.scala