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.
| 从类 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.