Interface IDataModel
- 
- All Known Implementing Classes:
 PhysicalDataModel
public interface IDataModelData Model Interface 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TablefindTable(java.lang.String schemaName, java.lang.String tableName)Look up the table definitionbooleanisDistributed()Is the target database distributed (e.g. 
 - 
 
- 
- 
Method Detail
- 
findTable
Table findTable(java.lang.String schemaName, java.lang.String tableName)
Look up the table definition- Parameters:
 schemaName-tableName-- Returns:
 
 
- 
isDistributed
boolean isDistributed()
Is the target database distributed (e.g. with sharding)?- Returns:
 
 
 - 
 
 -