org.tinygroup.dbrouter.impl.shardrule
类 ShardRuleMatchWithSections

java.lang.Object
  继承者 org.tinygroup.dbrouter.impl.shardrule.ShardRuleMatchWithSections

public class ShardRuleMatchWithSections
extends Object


构造方法摘要
ShardRuleMatchWithSections(List<Section> sections, String tableName, String fieldName, Partition partition, Object[] preparedParams)
           
 
方法摘要
 boolean deleteMatch(Statement statement)
           
 boolean insertMatch(Statement statement)
           
 boolean selectMatch(Statement statement)
           
 boolean updateMatch(Statement statement)
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

ShardRuleMatchWithSections

public ShardRuleMatchWithSections(List<Section> sections,
                                  String tableName,
                                  String fieldName,
                                  Partition partition,
                                  Object[] preparedParams)
方法详细信息

insertMatch

public boolean insertMatch(Statement statement)

updateMatch

public boolean updateMatch(Statement statement)

deleteMatch

public boolean deleteMatch(Statement statement)

selectMatch

public boolean selectMatch(Statement statement)


Copyright © 2006–2015 TinyGroup. All rights reserved.