?? dm_stu_info.java~1~
字號(hào):
package coursedesign.DM_stu_info.entities;
import com.borland.dx.dataset.DataModule;
import com.borland.dx.dataset.Provider;
/** Implement this interface to provide alternate implementations of your
DataModule. This allows an application to use a different set of
Providers, Resolvers, Database connections, or StorageDataSet Store
implementations for different applications.*/
/**
* <p>Title: </p>
* <p>Description: </p>
* <p>Copyright: Copyright (c) 2006</p>
* <p>Company: </p>
* @author not attributable
* @version 1.0
*/
public interface DM_stu_info
extends DataModule {
Base_info getBase_info();
Base_info createBase_info();
Provider getBase_infoProvider();
Stu getStu();
Stu createStu();
Provider getStuProvider();
Chengjibiao getChengjibiao();
Chengjibiao createChengjibiao();
Provider getChengjibiaoProvider();
}
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -