Uses of Class
jetbrains.buildServer.serverSide.db.QueryKind
-
Packages that use QueryKind Package Description jetbrains.buildServer.serverSide.db -
-
Uses of QueryKind in jetbrains.buildServer.serverSide.db
Fields in jetbrains.buildServer.serverSide.db declared as QueryKind Modifier and Type Field Description QueryKind
QueryAndParams. kind
Kind of the query.Methods in jetbrains.buildServer.serverSide.db that return QueryKind Modifier and Type Method Description QueryKind
SQLDialect. determineQueryKind(String query)
Determines the kind of the given query.static QueryKind
QueryKind. valueOf(String name)
Returns the enum constant of this type with the specified name.static QueryKind[]
QueryKind. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in jetbrains.buildServer.serverSide.db with parameters of type QueryKind Modifier and Type Method Description protected String
DBFunctions. preprocessQueryUsingConnection(String query, QueryKind queryKind)
Allows to preprocess the query depends on the current connection.Constructors in jetbrains.buildServer.serverSide.db with parameters of type QueryKind Constructor Description QueryAndParams(QueryKind kind, String query, int batchDataRows)
Trivial constructor for batch operations.QueryAndParams(QueryKind kind, String query, Object[] params)
Trivial constructor.
-