接口 TableReferenceNode
-
- 所有已知实现类:
AbstractMapComponentNode,DotNode,MapEntryNode,MapKeyNode,MapValueNode,SqlFragment
public interface TableReferenceNode- 作者:
- Jan-Willem Gmelig Meyling
-
-
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 String[]getReferencedTables()Returns table names which are referenced by this node.
-
-
-
方法详细资料
-
getReferencedTables
String[] getReferencedTables()
Returns table names which are referenced by this node. If the tables can not be determined it returns null.- 返回:
- table names or null.
-
-