TeslaCN commented on code in PR #21235:
URL: https://github.com/apache/shardingsphere/pull/21235#discussion_r982103205


##########
shardingsphere-features/shardingsphere-sharding/shardingsphere-sharding-core/src/main/java/org/apache/shardingsphere/sharding/route/engine/condition/value/ShardingConditionValue.java:
##########
@@ -35,4 +37,11 @@ public interface ShardingConditionValue {
      * @return table name
      */
     String getTableName();
+    
+    /**
+     * Get parameter marker indexes.
+     *
+     * @return parameter marker indexes
+     */
+    List<Integer> getParameterMarkerIndexes();

Review Comment:
   Here is the main changes of this PR.



-- 
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]

Reply via email to