Uses of Class
org.apache.nlpcraft.model.tools.sqlgen.NCSqlJoinType
-
Packages that use NCSqlJoinType Package Description org.apache.nlpcraft.model.tools.sqlgen Contains model stub generator for SQL RDBMS. -
-
Uses of NCSqlJoinType in org.apache.nlpcraft.model.tools.sqlgen
Methods in org.apache.nlpcraft.model.tools.sqlgen that return NCSqlJoinType Modifier and Type Method Description NCSqlJoinType
NCSqlJoin. getType()
Gets type of the join.static NCSqlJoinType
NCSqlJoinType. valueOf(String name)
Returns the enum constant of this type with the specified name.static NCSqlJoinType[]
NCSqlJoinType. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-