You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by GitBox <gi...@apache.org> on 2022/09/28 08:27:13 UTC

[GitHub] [shardingsphere] TeslaCN commented on a diff in pull request #21235: Support extracting sharding condition parameter marker indexes

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: notifications-unsubscribe@shardingsphere.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org