Uses of Interface
com.pyranid.Query
-
Uses of Query in com.pyranid
Methods in com.pyranid that return QueryModifier and TypeMethodDescriptiondefault @NonNull QueryQuery.batchChunkSize(@Nullable Integer batchChunkSize) Configures the maximum number of parameter groups to send in each JDBC batch execution.@NonNull QueryBinds a named parameter to a value.@NonNull QueryBinds all entries from the given map as named parameters.@NonNull QueryQuery.customize(@NonNull PreparedStatementCustomizer preparedStatementCustomizer) Customizes thePreparedStatementbefore execution.default @NonNull QueryConfigures the JDBC fetch size for this query.@NonNull QueryAssociates an identifier with this query for logging/diagnostics.default @NonNull QueryConfigures the JDBC maximum row count for this query.@NonNull QueryCreates a fluent builder for executing SQL.default @NonNull QueryQuery.queryTimeout(@Nullable Duration queryTimeout) Configures the JDBC query timeout for this query.