public class JdbcContext extends Object
| Modifier and Type | Field and Description |
|---|---|
protected xyz.cofe.collection.Func1<xyz.cofe.gui.swing.tree.TreeTableNodeFormat,DbCatalog> |
catalogFormat |
protected xyz.cofe.collection.NodesExtracter |
catalogsExtract |
protected xyz.cofe.collection.NodesExtracter |
columnExtract |
protected xyz.cofe.gui.swing.tree.TreeTableNodeGetFormatOf |
delegateFormatFn |
protected xyz.cofe.gui.swing.tree.TreeTableNodeGetFormatOf |
formatFn |
protected xyz.cofe.gui.swing.tree.ob.FormatMap |
formatMap |
protected xyz.cofe.collection.NodesExtracter |
indexColumnExtract |
protected xyz.cofe.collection.NodesExtracter |
indexExtract |
protected xyz.cofe.collection.NodesExtracter |
schemaExtract |
protected xyz.cofe.collection.Func1<xyz.cofe.gui.swing.tree.TreeTableNodeFormat,DbSchema> |
schemaFormat |
protected xyz.cofe.collection.NodesExtracter |
tableExtractFromCatalog |
protected xyz.cofe.collection.NodesExtracter |
tableExtractFromSchema |
| Constructor and Description |
|---|
JdbcContext() |
| Modifier and Type | Method and Description |
|---|---|
xyz.cofe.gui.swing.tree.ob.FollowerMap |
getDataFollower() |
xyz.cofe.collection.Func1<Boolean,Object> |
getDelegateFollowableFn() |
xyz.cofe.gui.swing.tree.TreeTableNodeGetFormatOf |
getDelegateFormatFn() |
xyz.cofe.collection.Func1<Boolean,Object> |
getFollowableFn() |
xyz.cofe.gui.swing.tree.TreeTableNodeGetFormatOf |
getFormatFn() |
xyz.cofe.gui.swing.tree.ob.FormatMap |
getFormatMap() |
static boolean |
hasColumn(ResultSet rs,
String colName) |
void |
setDelegateFollowableFn(xyz.cofe.collection.Func1<Boolean,Object> delegateFollowableFn) |
void |
setDelegateFormatFn(xyz.cofe.gui.swing.tree.TreeTableNodeGetFormatOf delegateFormatFn) |
void |
setFormatMap(xyz.cofe.gui.swing.tree.ob.FormatMap fmap) |
protected xyz.cofe.gui.swing.tree.ob.FormatMap formatMap
protected xyz.cofe.gui.swing.tree.TreeTableNodeGetFormatOf delegateFormatFn
protected final xyz.cofe.gui.swing.tree.TreeTableNodeGetFormatOf formatFn
protected final xyz.cofe.collection.NodesExtracter catalogsExtract
protected final xyz.cofe.collection.Func1<xyz.cofe.gui.swing.tree.TreeTableNodeFormat,DbCatalog> catalogFormat
protected final xyz.cofe.collection.NodesExtracter schemaExtract
protected final xyz.cofe.collection.Func1<xyz.cofe.gui.swing.tree.TreeTableNodeFormat,DbSchema> schemaFormat
protected final xyz.cofe.collection.NodesExtracter tableExtractFromSchema
protected final xyz.cofe.collection.NodesExtracter tableExtractFromCatalog
protected final xyz.cofe.collection.NodesExtracter columnExtract
protected final xyz.cofe.collection.NodesExtracter indexExtract
protected final xyz.cofe.collection.NodesExtracter indexColumnExtract
public xyz.cofe.gui.swing.tree.ob.FollowerMap getDataFollower()
public void setDelegateFollowableFn(xyz.cofe.collection.Func1<Boolean,Object> delegateFollowableFn)
public xyz.cofe.gui.swing.tree.ob.FormatMap getFormatMap()
public void setFormatMap(xyz.cofe.gui.swing.tree.ob.FormatMap fmap)
public xyz.cofe.gui.swing.tree.TreeTableNodeGetFormatOf getDelegateFormatFn()
public void setDelegateFormatFn(xyz.cofe.gui.swing.tree.TreeTableNodeGetFormatOf delegateFormatFn)
public xyz.cofe.gui.swing.tree.TreeTableNodeGetFormatOf getFormatFn()
public static boolean hasColumn(ResultSet rs, String colName) throws SQLException
SQLExceptionCopyright © 2019. All rights reserved.