/** * Դ�������ƣ�IOracleRefType.java * �������Ȩ���������ӹɷ����޹�˾ ��Ȩ���� * ϵͳ���ƣ�JRES Studio * ģ�����ƣ�com.hundsun.ares.studio.jres.database.oracle.core * ����˵����$desc * ����ĵ��� * ���ߣ���Ҷ�� */ package com.hundsun.ares.studio.jres.database.oracle.constant; /** * @author gongyf * */ public interface IOracleRefType { /** * ������ */ String Trigger = "jres.db.oracle.trigger"; /** * ���� */ String Sequence = "jres.db.oracle.sequence"; /** * ��ռ� */ String Space = "jres.db.oracle.space"; /** * ��ռ���� */ String SpaceRelation = "jres.db.oracle.space_relation"; /** * �û�Ȩ�� */ String User = "jres.db.oracle.user"; }