/** * Դ�������ƣ�ITableSpaceRelation.java * �������Ȩ���������ӹɷ����޹�˾ ��Ȩ���� * ϵͳ���ƣ�JRES Studio * ģ�����ƣ�com.hundsun.ares.studio.jres.database.oracle.core * ����˵����$desc * ����ĵ��� * ���ߣ���С�� */ package com.hundsun.ares.studio.jres.database.oracle.service; /** * @author wangxh * */ public interface ITableSpaceRelation { String getMainSpace(); String getIndexSpace(); }