Uses of Interface
org.apache.nlpcraft.model.tools.sqlgen.NCSqlColumn
-
Packages that use NCSqlColumn Package Description org.apache.nlpcraft.model.tools.sqlgen Contains model stub generator for SQL RDBMS. -
-
Uses of NCSqlColumn in org.apache.nlpcraft.model.tools.sqlgen
Methods in org.apache.nlpcraft.model.tools.sqlgen that return NCSqlColumn Modifier and Type Method Description NCSqlColumn
NCSqlExtractor. extractColumn(NCToken colTok)
Extract column object from the token.NCSqlColumn
NCSqlLimit. getColumn()
Gets SQL column this limit is applied to.NCSqlColumn
NCSqlSort. getColumn()
Gets SQL column this sort is applied to.Methods in org.apache.nlpcraft.model.tools.sqlgen that return types with arguments of type NCSqlColumn Modifier and Type Method Description default Collection<NCSqlColumn>
NCSqlSchema. getAllColumns()
Creates and returns collection of all SQL columns across all tables in given schema.List<NCSqlColumn>
NCSqlTable. getColumns()
Gets collections of this table columns.Optional<NCSqlColumn>
NCSqlTable. getDefaultDate()
Gets a column that defines a default date for this table.
-