Class QueryJoin
java.lang.Object
org.nervousync.database.query.core.QueryJoin
The type Query join.
- Version:
- $Revision : 1.0 $ $Date: 2/8/2021 01:33 PM $
- Author:
- Steven Wee wmkm0113@Hotmail.com
-
Method Summary
Modifier and TypeMethodDescriptionGets join columns.Gets join type.Gets query table.
-
Method Details
-
getJoinType
Gets join type.- Returns:
- the join type
-
getQueryTable
Gets query table.- Returns:
- the query table
-
getJoinColumns
Gets join columns.- Returns:
- the join columns
-