return childTapSchema;
}
public void addTapToConnection( LingualConnection connection, String schemaName, Tap tap, String tableAlias )
{
MapSchema rootSchema = (MapSchema) connection.getRootSchema();
TapSchema subSchema = (TapSchema) rootSchema.getSubSchema( schemaName );
SchemaDef schemaDef = schemaCatalog.getSchemaDef( schemaName );
if( tableAlias != null && schemaDef.getTable( tableAlias ) != null )
{
TapTable table = (TapTable) subSchema.getTable( tableAlias, Object.class );