aleitner commented on code in PR #821:
URL: https://github.com/apache/guacamole-client/pull/821#discussion_r1158951538
##########
extensions/guacamole-auth-jdbc/modules/guacamole-auth-jdbc-base/src/main/java/org/apache/guacamole/auth/jdbc/JDBCEnvironment.java:
##########
@@ -67,6 +67,19 @@ public JDBCEnvironment() {
*/
public abstract int getAbsoluteMaxConnections() throws GuacamoleException;
+ /**
+ * Returns the default maximum number of identifiers/parameters to be
+ * included in a single batch when executing SQL statements.
+ *
+ * @return
+ * The default maximum number of identifiers/parameters to be included
+ * in a single batch.
+ *
+ * @throws GuacamoleException
+ * If an error occurs while retrieving the property.
+ */
+ public abstract int getDefaultBatchSize() throws GuacamoleException;
Review Comment:
Yeah it's just the batch size
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]