/** * */ package com.hundsun.ares.studio.jres.script.api.database; /** * @author yanwj06282 * */ public interface ITableColNullableDetailScriptWrap extends ITableColBaseDetailScriptWrap { /** * ������ * @return */ public boolean isNullable(); }