nbcp.myoql.db.comm.EventChain.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ktmyoql Show documentation
Show all versions of ktmyoql Show documentation
kotlin orm -- mysql,mongo , just like ktorm
The newest version!
//package nbcp.db
//
//import nbcp.myoql.db.mongo.MongoBaseQueryClip
//import org.bson.Document
//
//
//class EventChain (val query:MongoBaseQueryClip){
// var oriData:List? = null;
//
// fun loadOriDbData(){
// if( oriData != null){
// return ;
// }
//
// oriData = query.toMapList()
// }
//}