org.tinygroup.dbrouter.config
类 TableMapping

java.lang.Object
  继承者 org.tinygroup.dbrouter.config.TableMapping

public class TableMapping
extends Object

用于描述标准表名与shard表名之间的关系 Created by luoguo on 13-12-15.


构造方法摘要
TableMapping()
           
TableMapping(String tableName, String shardTableName)
           
 
方法摘要
 String getPhysicsCatalog()
           
 String getPhysicsSchema()
           
 String getShardTableName()
           
 String getTableName()
           
 void setPhysicsCatalog(String physicsCatalog)
           
 void setPhysicsSchema(String physicsSchema)
           
 void setShardTableName(String shardTableName)
           
 void setTableName(String tableName)
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

TableMapping

public TableMapping()

TableMapping

public TableMapping(String tableName,
                    String shardTableName)
方法详细信息

getTableName

public String getTableName()

setTableName

public void setTableName(String tableName)

getShardTableName

public String getShardTableName()

setShardTableName

public void setShardTableName(String shardTableName)

getPhysicsSchema

public String getPhysicsSchema()

setPhysicsSchema

public void setPhysicsSchema(String physicsSchema)

getPhysicsCatalog

public String getPhysicsCatalog()

setPhysicsCatalog

public void setPhysicsCatalog(String physicsCatalog)


Copyright © 2006–2015 TinyGroup. All rights reserved.