org.tinygroup.dbrouter.impl.shardrule
类 ShardRuleMatchWithId

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

public class ShardRuleMatchWithId
extends Object

作者:
renhui

构造方法摘要
ShardRuleMatchWithId(long remainder, String tableName, String primaryKeyFieldName, 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
 

构造方法详细信息

ShardRuleMatchWithId

public ShardRuleMatchWithId(long remainder,
                            String tableName,
                            String primaryKeyFieldName,
                            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.