Package org.apache.nlpcraft.model.tools.sqlgen
Contains model stub generator for SQL RDBMS.
Run the following from the command line to get a full documentation on how to run model stub generator:
java -cp apache-nlpcraft-x.x.x-all-deps.jar org.apache.nlpcraft.model.tools.sqlgen.NCSqlModelGenerator --help
-
Interface Summary Interface Description NCSqlColumn Object presentation of SQL column.NCSqlDateRange Object presentation of SQL date range.NCSqlExtractor Utility methods for extracting various SQL components fromNCToken
tokens.NCSqlJoin Object presentation of SQL join (foreign key).NCSqlLimit Object presentation of SQL limit.NCSqlSchema Object presentation of SQL schema.NCSqlSort Object presentation of SQL sorting.NCSqlTable Object presentation of SQL table. -
Class Summary Class Description NCSqlExtractorBuilder Builder forNCSqlExtractor
instances.NCSqlModelGenerator Command line utility to generate YAML/JSON NLPCraft model stub from given SQL RDBMS.NCSqlSchemaBuilder Builder forNCSqlSchema
instances. -
Enum Summary Enum Description NCSqlJoinType Type of the SQL join.