public static class DATranscxt.SemanticsMap extends Object
Modifier and Type | Field and Description |
---|---|
protected HashMap<String,DASemantics> |
ss
{table: semantics[handlers]}
|
Constructor and Description |
---|
SemanticsMap(String conn) |
Modifier and Type | Method and Description |
---|---|
boolean |
containsKey(String tabl) |
DASemantics |
createSemantics(io.odysz.transact.sql.Transcxt trb,
String tabl,
String pk,
boolean debug)
Note: trb is already created per the connection, i.
|
DASemantics |
get(String tabl) |
protected HashMap<String,DASemantics> ss
public SemanticsMap(String conn)
public boolean containsKey(String tabl)
public DASemantics get(String tabl)
public DASemantics createSemantics(io.odysz.transact.sql.Transcxt trb, String tabl, String pk, boolean debug)
trb
- tabl
- pk
- debug
- Copyright © 2024. All rights reserved.