Class TableBrowseTree.ColumnNode
java.lang.Object
com.inductiveautomation.ignition.designer.querybrowser.TableBrowseTree.ColumnNode
- All Implemented Interfaces:
- Comparable<TableBrowseTree.ColumnNode>,- TreeNode
- Enclosing class:
- TableBrowseTree
public static class TableBrowseTree.ColumnNode
extends Object
implements TreeNode, Comparable<TableBrowseTree.ColumnNode>
- 
Method Details- 
getChildCountpublic int getChildCount()- Specified by:
- getChildCountin interface- TreeNode
 
- 
getAllowsChildrenpublic boolean getAllowsChildren()- Specified by:
- getAllowsChildrenin interface- TreeNode
 
- 
isLeafpublic boolean isLeaf()
- 
children
- 
getParent
- 
getChildAt- Specified by:
- getChildAtin interface- TreeNode
 
- 
getIndex
- 
toString
- 
isKeypublic boolean isKey()
- 
setKeypublic void setKey(boolean key) 
- 
compareTo- Specified by:
- compareToin interface- Comparable<TableBrowseTree.ColumnNode>
 
- 
getColumnName
- 
getDbSize
- 
getDbType
- 
getDbTypeCodepublic int getDbTypeCode()
- 
isPrimaryKeypublic boolean isPrimaryKey()
 
-