Uses of Class
io.odysz.module.rs.AnResultset
Packages that use AnResultset
Package
Description
-
Uses of AnResultset in io.odysz.module.rs
Methods in io.odysz.module.rs that return AnResultsetModifier and TypeMethodDescriptionAnResultset.appendDeeply
(ArrayList<Object> row) Append a new row - deep copy, set current row as the appended row.AnResultset.before
(int idx) idx start from 1.AnResultset.beforeFirst()
Generate row indices, start at 0.AnResultset.nxt()
A mutation ofnext()
.AnResultset.print
(PrintStream out) Print all data with in cols.Set value to current rowSet value to current rowAnResultset.stringFormat
(Class<?> clz, String format) Add a formatter to type of clz when converting to String.AnResultset.total
(int total) Methods in io.odysz.module.rs with parameters of type AnResultsetModifier and TypeMethodDescriptionint
AnResultset.append
(AnResultset more) static String
AnResultset.collectFields
(AnResultset rs, String... fields) Collect fields value that can be used in "IN" condition, e.g.AnResultset.ObjCreator.create
(AnResultset rs) Constructors in io.odysz.module.rs with parameters of type AnResultset -
Uses of AnResultset in io.odysz.semantic.DA
Methods in io.odysz.semantic.DA that return AnResultsetModifier and TypeMethodDescriptionstatic AnResultset
static AnResultset
DatasetCfg.loadDataset
(String conn, String sk) static AnResultset
DatasetCfg.loadDataset
(String conn, String sk, int page, int size, String... args) static AnResultset
DatasetCfg.loadDataset
(String conn, String sk, String... args) abstract AnResultset
static AnResultset
static AnResultset
Methods in io.odysz.semantic.DA with parameters of type AnResultsetModifier and TypeMethodDescriptionstatic List<?>
DatasetCfg.buildForest
(AnResultset rs, DatasetCfg.TreeSemantics treeSemtcs) Convert the result set to a forest.static List<DatasetCfg.AnTreeNode>
DatasetHelper.buildForest
(AnResultset rs, DatasetCfg.TreeSemantics treeSemtcs, DatasetHelper.NodeFormatter... noder) Convert the result set to a forest.DatasetHelper.NodeFormatter.format
(DatasetCfg.TreeSemantics sm, AnResultset rs, DatasetCfg.AnTreeNode root, int level) Create a SemanticObject for tree node with current rs row.static DatasetCfg.AnTreeNode
DatasetCfg.formatSemanticNode
(DatasetCfg.TreeSemantics treeSmx, AnResultset rs, int level) Create a SemanticObject for tree node with current rs row.
TODO should this moved to TreeSemantics? -
Uses of AnResultset in io.odysz.semantic.DA.cp
Methods in io.odysz.semantic.DA.cp that return AnResultsetModifier and TypeMethodDescriptionForConnects
creating Meta data before Datasource is usable.static AnResultset
Use this for querying database without help of sql builder (which need query meta data first with this method). -
Uses of AnResultset in io.odysz.semantic.DA.drvmnger
Methods in io.odysz.semantic.DA.drvmnger that return AnResultsetModifier and TypeMethodDescriptionstatic AnResultset
static AnResultset
OracleDriver.selectBlob
(String sql) static AnResultset
MysqlDriver.selectStatic
(String sql, int flags) -
Uses of AnResultset in io.odysz.semantic.meta
Methods in io.odysz.semantic.meta with parameters of type AnResultsetModifier and TypeMethodDescriptionObject[]
ExpDocTableMeta.getPathInfo
(AnResultset rs) Get fields from rs where cols is selcted with stamement generated byExpDocTableMeta.selectSynPaths(DATranscxt, String)
.SyntityMeta.insertChallengeEnt
(String uids, AnResultset challents) Generate data for value clause of the Insert statement, using columns for filter out fields of entity table.SynSubsMeta.insertSubVal
(AnResultset chlogs) Add a subscribing synodee's record according to current row ofchlogs
.SynSubsMeta.insubVals
(AnResultset subs, Set<String> skips) Generate values for parameter of Insert.values();SyntityMeta.synuid
(AnResultset rs) SynodeMeta.updateEntNvs
(SynChangeMeta chgm, String entid, AnResultset entities, AnResultset challenges) SyntityMeta.updateEntNvs
(SynChangeMeta chgm, String entid, AnResultset entities, AnResultset challenges) Generate set values for the Update statement which is used for updating current entity, e.g. -
Uses of AnResultset in io.odysz.semantic.syn
Fields in io.odysz.semantic.syn declared as AnResultsetFields in io.odysz.semantic.syn with type parameters of type AnResultsetMethods in io.odysz.semantic.syn that return AnResultsetMethods in io.odysz.semantic.syn with parameters of type AnResultsetModifier and TypeMethodDescriptionvoid
ExchangeContext.addAnswer
(AnResultset answer) ChangeLogs.challenge
(AnResultset challenge) ExchangeBlock.chpage
(AnResultset rs, HashMap<String, AnResultset> entities) ChangeLogs.entities
(String tbl, AnResultset entities) ExessionPersist.entities
(String tbl, AnResultset ents) SynEntity.format
(AnResultset rs) Format entity synchronization taskstatic Nyquence
Nyquence.getn
(AnResultset chal, String nyqcol) Parse Nyquence from result set.static io.odysz.transact.sql.Delete
DBSynmantics.logChange
(SyndomContext x, DBSyntableBuilder b, io.odysz.transact.sql.Delete delt, SyntityMeta entm, AnResultset hittings) static io.odysz.transact.sql.Update
DBSynmantics.logChange
(SyndomContext x, DBSyntableBuilder b, io.odysz.transact.sql.Update updt, SyntityMeta entm, String synoder, AnResultset hittings, Iterable<String> updcols) void
ChangeLogs.remove_sub
(AnResultset challenge, String synode) Add remove command to change log, chgs.void
ExchangeBlock.removeChgsub
(AnResultset challenpage, String synode) ChangeLogs.synodes
(AnResultset rs) ExchangeBlock.synodes
(AnResultset rs) Method parameters in io.odysz.semantic.syn with type arguments of type AnResultsetModifier and TypeMethodDescriptionExchangeBlock.chpage
(AnResultset rs, HashMap<String, AnResultset> entities) ChangeLogs.entities
(HashMap<String, AnResultset> entities) Constructors in io.odysz.semantic.syn with parameters of type AnResultsetModifierConstructorDescriptionSynEntity
(AnResultset rs, SyntityMeta meta) SynEntity
(AnResultset rs, SyntityMeta entity, SynChangeMeta change) Synode
(AnResultset r, SynodeMeta synm) -
Uses of AnResultset in io.odysz.semantic.util
Methods in io.odysz.semantic.util that return AnResultsetModifier and TypeMethodDescriptionstatic AnResultset
DAHelper.getEntityById
(DATranscxt b, io.odysz.semantics.meta.TableMeta m, String id)