Uses of Interface
org.apache.nlpcraft.model.tools.sqlgen.NCSqlTable
-
Packages that use NCSqlTable Package Description org.apache.nlpcraft.model.tools.sqlgen Contains model stub generator for SQL RDBMS. -
-
Uses of NCSqlTable in org.apache.nlpcraft.model.tools.sqlgen
Methods in org.apache.nlpcraft.model.tools.sqlgen that return NCSqlTable Modifier and Type Method Description NCSqlTable
NCSqlExtractor. extractTable(NCToken tblTok)
Extract table object from the token.Methods in org.apache.nlpcraft.model.tools.sqlgen that return types with arguments of type NCSqlTable Modifier and Type Method Description Collection<NCSqlTable>
NCSqlSchema. getTables()
Gets collection of tables for this SQL schema.
-