Uses of Class
edu.caltech.nanodb.commands.TableColumnDecl
-
Packages that use TableColumnDecl Package Description edu.caltech.nanodb.commands This package contains the classes that represent the commands that the NanoSQL database recognizes. -
-
Uses of TableColumnDecl in edu.caltech.nanodb.commands
Methods in edu.caltech.nanodb.commands with parameters of type TableColumnDecl Modifier and Type Method Description void
CreateTableCommand. addColumn(TableColumnDecl colDecl)
Adds a column description to this create-table command.
-