Package org.datanucleus.store.rdbms.sql
Class SQLTableGroup
- java.lang.Object
-
- org.datanucleus.store.rdbms.sql.SQLTableGroup
-
public class SQLTableGroup extends Object
Group of tables in an SQL statement. Tables are grouped to represent a particular object, so equates to an inheritance tree. In this way, if we have a class B which extends class A and they have tables B and A respectively then tables B and A will be in the same group when related to that object.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addTable(SQLTable tbl)
SQLJoin.JoinType
getJoinType()
String
getName()
int
getNumberOfTables()
SQLTable[]
getTables()
String
toString()
-