Uses of Class
io.odysz.semantic.DATranscxt
Packages that use DATranscxt
Package
Description
-
Uses of DATranscxt in io.odysz.semantic
Methods in io.odysz.semantic with parameters of type DATranscxt -
Uses of DATranscxt in io.odysz.semantic.meta
Methods in io.odysz.semantic.meta with parameters of type DATranscxtModifier and TypeMethodDescriptionio.odysz.transact.sql.QueryExpDocTableMeta.selectSynPaths(DATranscxt st, String devid) Create select with cols can be understand byExpDocTableMeta.getPathInfo(AnResultset). -
Uses of DATranscxt in io.odysz.semantic.syn
Subclasses of DATranscxt in io.odysz.semantic.synModifier and TypeClassDescriptionclassSql statement builder forDBSynmantextfor handling database synchronization.classFields in io.odysz.semantic.syn declared as DATranscxtModifier and TypeFieldDescriptionfinal DATranscxtDocheck.b0protected final DATranscxtDBSynmantics.ShSynChange.stMethods in io.odysz.semantic.syn with type parameters of type DATranscxtModifier and TypeMethodDescription<T extends DATranscxt>
TISyncontext.synbuilder()Get a new builderMethods in io.odysz.semantic.syn that return DATranscxtMethods in io.odysz.semantic.syn with parameters of type DATranscxtModifier and TypeMethodDescriptionstatic NyquenceSyndomContext.getNyquence(DATranscxt trb, String conn, io.odysz.semantics.IUser usr, SynodeMeta m, String nyqfield, String... where_eqs) Load nyquence without triggering semantics handling.SyndomContext.loadNvstamp(DATranscxt tb, io.odysz.semantics.IUser usr) static <M extends DATranscxt.SemanticsMap,S extends DASemantics>
MDBSynTransBuilder.synSemantics(DATranscxt trb, String conn, String synode, Syntities syntities) Registering syntities, adding semantics handler,DBSynmantics.ShSynChange, to the Semantics map. -
Uses of DATranscxt in io.odysz.semantic.util
Methods in io.odysz.semantic.util with parameters of type DATranscxtModifier and TypeMethodDescriptionstatic intDAHelper.count(DATranscxt b, String conn, String tbl, Object... kvs) static intDeprecated.static AnResultsetDAHelper.getEntityById(DATranscxt b, io.odysz.semantics.meta.TableMeta m, String id) static ObjectDAHelper.getExprstr(DATranscxt trb, String connid, io.odysz.semantics.meta.TableMeta m, io.odysz.transact.sql.parts.condition.Funcall valexpr, String as, Object... kvs) static longDAHelper.getValong(DATranscxt trb, String conn, io.odysz.semantics.meta.TableMeta m, String field, String... kvs) static io.odysz.semantics.SemanticObjectDAHelper.insert(io.odysz.semantics.IUser usr, DATranscxt t0, String conn, io.odysz.semantics.meta.TableMeta snm, Object... nvs) static longDAHelper.loadRecLong(DATranscxt trb, String conn, io.odysz.semantics.meta.TableMeta m, String recId, String field) Deprecated.static io.odysz.semantics.SemanticObjectDAHelper.updateFieldByPk(DATranscxt trb, String conn, io.odysz.semantics.meta.TableMeta m, String recId, String vfield, Object v, io.odysz.semantics.IUser usr) Commit to DB(conn) as userusr, with SQL:
update m.tbl set field = v where m.pk = recIdstatic io.odysz.semantics.SemanticObjectDAHelper.updateFieldsByPk(io.odysz.semantics.IUser usr, DATranscxt trb, String conn, io.odysz.semantics.meta.TableMeta m, String recId, Object... nvs) Commit to DB(conn) as userusr, with SQL:
update m.tbl set field = v where m.pk = recIdstatic io.odysz.semantics.SemanticObjectDAHelper.updateFieldWhereEqs(DATranscxt trb, String conn, io.odysz.semantics.IUser usr, io.odysz.semantics.meta.TableMeta m, String field, Object v, Object... whereqs) Commit to DB(conn) as userusr, with SQL:
update m.tbl set field = v where whereqs[0] = whereqs[1] and whereqs[2] = whereqs[3] ...
DAHelper.count(DATranscxt, String, String, Object...)