| |
|
| java.lang.Object com.versant.core.jdbc.FgDs
FgDs | public class FgDs (Code) | | This is a tree like data structure that is created with sql generation.
The aim of this structure is to help with the reading rs that is obtained from
the sql.
|
EXCLUDING_SUBCLASSES | public static String EXCLUDING_SUBCLASSES(Code) | | |
EXCLUDING_SUBCLASSES_OUTER | public static String EXCLUDING_SUBCLASSES_OUTER(Code) | | |
INCLUDING_SUBCLASSES | public static String INCLUDING_SUBCLASSES(Code) | | |
INCLUDING_SUBCLASSES_OUTER | public static String INCLUDING_SUBCLASSES_OUTER(Code) | | |
columnSkipCount | public int columnSkipCount(Code) | | This is the amount to skip in the rs. This encapsulates all of its children
as well.
|
owner | public FgDs owner(Code) | | If this is the root then the owner will be null.
|
addClsIdCount | public void addClsIdCount()(Code) | | Notify that a classId col was added.
|
addClsIdCount | public void addClsIdCount(int amount)(Code) | | |
addRefIdFields | public void addRefIdFields()(Code) | | |
addSameTable | public void addSameTable(FgDs sameTableFgDs)(Code) | | |
get | public FgDs get(int index)(Code) | | This returns Ref fg's
Parameters: index - |
getAmountOfRefFgDs | public int getAmountOfRefFgDs()(Code) | | |
getChildrenColumnCount | public int getChildrenColumnCount()(Code) | | |
getOpts | public int getOpts()(Code) | | |
getPass2FetchGroupFields | public List getPass2FetchGroupFields()(Code) | | This will return a List of pass2 FetchGroupFields.
|
getSameTableFgDss | public FgDs[] getSameTableFgDss()(Code) | | |
isEmpty | public boolean isEmpty()(Code) | | |
isFinished | public boolean isFinished()(Code) | | |
isIncludingSubs | public boolean isIncludingSubs()(Code) | | |
isJoinOk | public boolean isJoinOk()(Code) | | |
isOuter | public boolean isOuter()(Code) | | |
isRefIdFieldsAdded | public boolean isRefIdFieldsAdded()(Code) | | |
setSql | public void setSql(String sql, boolean forUpdate)(Code) | | |
updateCounts | public void updateCounts()(Code) | | This is called to finish the FgDs. After this the structure is immutable.
|
|
|
|