Package | Description |
---|---|
io.odysz.module.rs | |
io.odysz.semantic.DA | |
io.odysz.semantic.DA.cp | |
io.odysz.semantic.DA.drvmnger | |
io.odysz.semantic.meta | |
io.odysz.semantic.syn |
Modifier and Type | Method and Description |
---|---|
AnResultset |
AnResultset.append(ArrayList<Object> includingRow) |
AnResultset |
AnResultset.appendDeeply(ArrayList<Object> row)
Append a new row - deep copy, set current row as the appended row.
|
AnResultset |
AnResultset.before(int idx)
idx start from 1.
|
AnResultset |
AnResultset.beforeFirst() |
AnResultset |
AnResultset.index0(String pk)
Generate row indices, start at 0.
|
AnResultset |
AnResultset.nxt()
A mutation of
next() . |
AnResultset |
AnResultset.print(PrintStream out) |
AnResultset |
AnResultset.print(String... cols)
Print all data with in cols.
|
AnResultset |
AnResultset.results(ArrayList<ArrayList<Object>> rows) |
AnResultset |
AnResultset.set(int colIndex,
String v)
Set value to current row
|
AnResultset |
AnResultset.set(String colName,
String v)
Set value to current row
|
AnResultset |
AnResultset.stringFormat(Class<?> clz,
String format)
Add a formatter to type of clz when converting to String.
|
AnResultset |
AnResultset.total(int total) |
Modifier and Type | Method and Description |
---|---|
int |
AnResultset.append(AnResultset more) |
static String |
AnResultset.collectFields(AnResultset rs,
String... fields)
Collect fields value that can be used in "IN" condition, e.g.
|
T |
AnResultset.ObjCreator.create(AnResultset rs) |
Constructor and Description |
---|
AnResultset(AnResultset icrs) |
Modifier and Type | Method and Description |
---|---|
static AnResultset |
DatasetCfg.dataset(String conn,
String sk,
int page,
int size,
String... args) |
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) |
static AnResultset |
Connects.select(String sql,
int... flags) |
abstract AnResultset |
AbsConnect.select(String sql,
int flags) |
static AnResultset |
Connects.select(String conn,
String sql,
int... flags) |
Modifier and Type | Method and Description |
---|---|
static 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.
|
DatasetCfg.AnTreeNode |
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? |
Modifier and Type | Method and Description |
---|---|
AnResultset |
CpConnect.select(String sql,
int flags)
For
Connects creating Meta data before Datasource is usable. |
static AnResultset |
CpConnect.select(String src,
String sql)
Use this for querying database without help of sql builder (which need query meta data first with this method).
|
Modifier and Type | Method and Description |
---|---|
static AnResultset |
OracleDriver.select(String sql) |
AnResultset |
MysqlDriver.select(String sql,
int flags) |
AnResultset |
SqliteDriver2.select(String sql,
int flag) |
AnResultset |
OracleDriver.select(String sql,
int flags) |
AnResultset |
Msql2kDriver.select(String sql,
int flags) |
static AnResultset |
OracleDriver.selectBlob(String sql) |
static AnResultset |
MysqlDriver.selectStatic(String sql,
int flags) |
Modifier and Type | Method and Description |
---|---|
ArrayList<Object[]> |
SyntityMeta.insertChallengeEnt(String uids,
AnResultset challents)
Generate data for value clause of the Insert statement,
using columns for filter out fields of entity table.
|
String[] |
SynodeMeta.insertSelectItems(SynChangeMeta chgm,
String entid,
AnResultset entities,
AnResultset changes) |
String[] |
NyquenceMeta.insertSelectItems(SynChangeMeta chgm,
String entid,
AnResultset e,
AnResultset ch)
Deprecated.
|
abstract Object[] |
SyntityMeta.insertSelectItems(SynChangeMeta chgm,
String entid,
AnResultset entities,
AnResultset changes)
Generate select-items for select clause which is used for Insert, e.g.
|
ArrayList<Object[]> |
SynSubsMeta.insertSubVal(AnResultset chlogs) |
ArrayList<ArrayList<Object[]>> |
SynSubsMeta.insubVals(AnResultset subs,
Set<String> skips)
Generate values for parameter of Insert.values();
|
ArrayList<Object[]> |
SynodeMeta.updateEntNvs(SynChangeMeta chgm,
String entid,
AnResultset entities,
AnResultset challenges) |
ArrayList<Object[]> |
NyquenceMeta.updateEntNvs(SynChangeMeta chgm,
String entid,
AnResultset e,
AnResultset ch)
Deprecated.
|
ArrayList<Object[]> |
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.
|
Modifier and Type | Field and Description |
---|---|
AnResultset |
ExchangeBlock.anspage |
AnResultset |
ExessionPersist.answerPage |
AnResultset |
ChangeLogs.challenge |
AnResultset |
ExchangeBlock.chpage |
Modifier and Type | Field and Description |
---|---|
HashMap<String,AnResultset> |
ExchangeBlock.entities |
Modifier and Type | Method and Description |
---|---|
AnResultset |
DBSynsactBuilder.entities(SyntityMeta phm,
String connId,
io.odysz.semantics.IUser usr) |
Modifier and Type | Method and Description |
---|---|
void |
ExchangeContext.addAnswer(AnResultset answer) |
ChangeLogs |
ChangeLogs.challenge(AnResultset challenge) |
ExchangeBlock |
ExchangeBlock.chpage(AnResultset rs,
HashMap<String,AnResultset> entities) |
ExessionPersist |
ExessionPersist.entities(String tbl,
AnResultset ents) |
ChangeLogs |
ChangeLogs.entities(String tbl,
AnResultset entities) |
SynEntity |
SynEntity.format(AnResultset rs)
Format entity synchronization task
|
static Nyquence |
Nyquence.getn(AnResultset chal,
String nyqcol)
Parse Nyquence from result set.
|
void |
ChangeLogs.remove_sub(AnResultset challenge,
String synode)
Add remove command to change log, chgs.
|
void |
ExchangeBlock.removeChgsub(AnResultset challenpage,
String synode) |
ChangeLogs |
ChangeLogs.synodes(AnResultset rs) |
ExchangeBlock |
ExchangeBlock.synodes(AnResultset rs) |
Modifier and Type | Method and Description |
---|---|
void |
ExchangeContext.buffChanges(HashMap<String,Nyquence> myNyquvect,
HashMap<String,Object[]> chcols,
ArrayList<ArrayList<Object>> yourchallenges,
HashMap<String,AnResultset> entities)
Buffering changes while responding to
challenges . |
ExchangeBlock |
ExchangeBlock.chpage(AnResultset rs,
HashMap<String,AnResultset> entities) |
ChangeLogs |
ChangeLogs.entities(HashMap<String,AnResultset> entities) |
Constructor and Description |
---|
SynEntity(AnResultset rs,
SyntityMeta meta) |
SynEntity(AnResultset rs,
SyntityMeta entity,
SynChangeMeta change) |
Synode(AnResultset r,
SynodeMeta synm) |
Copyright © 2024. All rights reserved.