而不是依赖你主键字段的命名假设上,或在你的Employee类中的冗余定义(例如,set _ primary_key ' X '),DrySQL从你数据库信息schema中提取雇员表中的主键。
Set_primary_key 'X', DrySQL retrieves the primary key specification for your Employees table from your database's information schema.
访问数据库中信息的基本方法是针对数据库中的特定表创建命令(或表)类和用户记录类。
The basic way to access information from a database is to create a command (or table) class and a user record class for a particular table in the database.
应用推荐