public class NyquenceMeta extends SyntityMeta
Modifier and Type | Field and Description |
---|---|
String |
inc
Deprecated.
|
String |
nyquence
Deprecated.
|
String |
synode
Deprecated.
|
domain, err_requires_synuid, synoder, synuid, uids
Constructor and Description |
---|
NyquenceMeta(String domain,
String conn)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
HashSet<String> |
globalIds()
Deprecated.
|
String[] |
insertSelectItems(SynChangeMeta chgm,
String entid,
AnResultset e,
AnResultset ch)
Deprecated.
Generate select-items for select clause which is used for Insert, e.g.
|
ArrayList<Object[]> |
updateEntNvs(SynChangeMeta chgm,
String entid,
AnResultset e,
AnResultset ch)
Deprecated.
Generate set values for the Update statement which is used for updating current entity, e.g.
|
autopk, autopk, entCols, insertChallengeEnt, replace
public final String synode
public final String nyquence
public final String inc
public HashSet<String> globalIds()
globalIds
in class SyntityMeta
public ArrayList<Object[]> updateEntNvs(SynChangeMeta chgm, String entid, AnResultset e, AnResultset ch)
SyntityMeta
update t set c = v1, ...before
insert into t select 'item-a', 'item-b' where not exists select 1 from t where condition-avoiding-duplicateorg
updateEntNvs
in class SyntityMeta
Update.nvs(ArrayList)
public String[] insertSelectItems(SynChangeMeta chgm, String entid, AnResultset e, AnResultset ch)
SyntityMeta
insert into t select 'item-a', 'item-b' where not exists select 1 from t where condition-avoiding-duplicate
insertSelectItems
in class SyntityMeta
Copyright © 2024. All rights reserved.