| Package | Description |
|---|---|
| org.opendaylight.controller.md.sal.dom.xsql | |
| org.opendaylight.controller.md.sal.dom.xsql.jdbc |
| Modifier and Type | Method and Description |
|---|---|
XSQLBluePrintNode |
XSQLBluePrint.addToBluePrintCache(XSQLBluePrintNode blNode,
XSQLBluePrintNode parent)
Deprecated.
|
XSQLBluePrintNode[] |
XSQLBluePrint.getBluePrintNodeByODLTableName(String odlTableName)
Deprecated.
|
XSQLBluePrintNode |
XSQLBluePrint.getBluePrintNodeByTableName(String tableName)
Deprecated.
|
XSQLBluePrintNode |
XSQLBluePrintRelation.getParent()
Deprecated.
|
XSQLBluePrintNode |
XSQLBluePrintNode.getParent()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
Set<XSQLBluePrintNode> |
XSQLBluePrintNode.getChildren()
Deprecated.
|
Set<XSQLBluePrintNode> |
XSQLBluePrintNode.getInheritingNodes()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
XSQLBluePrintNode.addChild(XSQLBluePrintNode ch)
Deprecated.
|
void |
XSQLBluePrintNode.addInheritingNode(XSQLBluePrintNode node)
Deprecated.
|
void |
XSQLBluePrintNode.addParent(XSQLBluePrintNode parent,
String property)
Deprecated.
|
XSQLBluePrintNode |
XSQLBluePrint.addToBluePrintCache(XSQLBluePrintNode blNode,
XSQLBluePrintNode parent)
Deprecated.
|
List<org.opendaylight.yangtools.yang.data.api.schema.NormalizedNode<?,?>> |
XSQLAdapter.collectModuleRoots(XSQLBluePrintNode table,
org.opendaylight.controller.md.sal.common.api.data.LogicalDatastoreType type)
Deprecated.
|
List<String> |
XSQLBluePrint.getInterfaceNames(XSQLBluePrintNode node)
Deprecated.
|
void |
XSQLBluePrintNode.mergeAugmentation(XSQLBluePrintNode aug)
Deprecated.
|
| Constructor and Description |
|---|
NETask(JDBCResultSet _rs,
org.opendaylight.yangtools.yang.data.api.schema.NormalizedNode<?,?> _modelRoot,
XSQLBluePrintNode _main,
XSQLBluePrint _bluePrint) |
XSQLBluePrintNode(Object _odlNode,
int _level,
XSQLBluePrintNode _parent)
Deprecated.
|
XSQLBluePrintRelation(XSQLBluePrintNode _parent,
String _property,
Class<?> _childClass)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
XSQLBluePrintNode |
JDBCResultSet.getMainTable()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
List<XSQLBluePrintNode> |
JDBCResultSet.getTables()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
List<JDBCResultSet.Record> |
JDBCResultSet.addRecords(Object element,
XSQLBluePrintNode node,
boolean root,
String tableName,
XSQLBluePrint bluePrint)
Deprecated.
|
void |
JDBCResultSet.addTableToQuery(XSQLBluePrintNode node)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static int |
JDBCServer.addNextLogicalField(String sql,
int startIndex,
Map<String,XSQLBluePrintNode> logicalNameToNode,
Map<String,String> origNameToName,
List<XSQLColumn> columnOrder)
Deprecated.
|
Copyright © 2017 OpenDaylight. All rights reserved.