Uses of Class
org.h2.command.ddl.CreateTable
Packages that use CreateTable
Package
Description
This package contains the parser and the base classes for prepared SQL statements.
-
Uses of CreateTable in org.h2.command
Methods in org.h2.command that return CreateTableModifier and TypeMethodDescriptionprivate CreateTable
Parser.parseCreateTable
(boolean temp, boolean globalTemp, boolean persistIndexes) Methods in org.h2.command with parameters of type CreateTableModifier and TypeMethodDescriptionprivate void
Parser.parseCreateTableMySQLTableOptions
(CreateTable command)