文件名称:java种菜源码-SQLDataSet:这个项目是一个简单的工具,用于从JDBCResultSet中unSerializeJavaBean
文件大小:21KB
文件格式:ZIP
更新时间:2024-06-25 14:51:38
系统开源
java种菜源码SQL 数据集 英文 | 这个项目是一个简单的工具,用于从 JDBC ResultSet 中取消序列化 Java Bean。 对于 Android SQLite 也见 1. 注释 public class Fruit { @DsColumn ( " Name " ) public String name; // the column in database is "Name" @DsIgnore public String count; // ignore this field public FruitType type; // the name of the column is the same as the field // regist as custom type (see DsAdapter) public Skin skin; // this field no DsColumn treat as extra type } 2. 阅读器 通常,使用DsReader是一种简单快捷的方法。 Statement stmt = ... ; // the source
【文件预览】:
SQLDataSet-master
----LICENSE(18KB)
----MANIFEST.MF(36B)
----src()
--------com()
----.gitignore(34B)
----README-CN.md(3KB)
----README.md(3KB)