文件名称:as3Query:另一个SQLite ORM并查询DSL以获取ActionScript
文件大小:254KB
文件格式:ZIP
更新时间:2024-05-24 04:44:39
orm sqlite adobe-flash sqlite-orm adobe-air
As3查询 另一个SQLite ORM并查询DSL的Flex和Adobe Air 使用库。 注释列表: 指定表名[Table(name="test")] 指定表索引(或多个索引) [Index(name="test_index_1", columns="unsigned,bool", unique="true")] 指定表列[Column(primaryKey, nullable="false", unique="true", foreignKey="table(id)", options="deferred", default="1")] 用法: 放置注释: [ Table( name = "test" ) ] [ Index( name = "test_index_1" , columns = "unsigned,bool" ) ] [ Index
【文件预览】:
as3Query-master
----README.md(4KB)
----testSrc()
--------strictCompare.as(2KB)
--------TestCriteriaEntity.as(280B)
--------sql()
--------AsyncTest.as(1KB)
--------SessionTest.as(11KB)
----bin()
--------empty.dir(0B)
----LICENSE(1KB)
----libs()
--------RObject.swc(7KB)
--------flexunit.swc(198KB)
--------as3promise.swc(13KB)
----KnownMetaData.dtd(10KB)
----src()
--------kemsky()
----As3Query.iml(2KB)