Uses of Class
net.sf.jsqlparser.statement.create.table.CreateTable
Packages that use CreateTable
Package
Description
-
Uses of CreateTable in net.sf.jsqlparser.parser
Methods in net.sf.jsqlparser.parser that return CreateTableModifier and TypeMethodDescriptionfinal CreateTable
CCJSqlParser.CreateTable
(boolean isUsingOrReplace) -
Uses of CreateTable in net.sf.jsqlparser.statement
Methods in net.sf.jsqlparser.statement with parameters of type CreateTableModifier and TypeMethodDescriptionvoid
StatementVisitor.visit
(CreateTable createTable) void
StatementVisitorAdapter.visit
(CreateTable createTable) -
Uses of CreateTable in net.sf.jsqlparser.statement.create.table
Methods in net.sf.jsqlparser.statement.create.table that return CreateTableModifier and TypeMethodDescriptionCreateTable.addColumnDefinitions
(Collection<? extends ColumnDefinition> columnDefinitions) CreateTable.addColumnDefinitions
(ColumnDefinition... columnDefinitions) CreateTable.addColumns
(String... columns) CreateTable.addColumns
(Collection<String> columns) CreateTable.addCreateOptionsStrings
(String... createOptionsStrings) CreateTable.addCreateOptionsStrings
(Collection<String> createOptionsStrings) CreateTable.addIndexes
(Collection<? extends Index> indexes) CreateTable.addIndexes
(Index... indexes) CreateTable.withColumnDefinitions
(List<ColumnDefinition> columnDefinitions) CreateTable.withColumns
(List<String> columns) CreateTable.withCreateOptionsStrings
(List<String> createOptionsStrings) CreateTable.withIfNotExists
(boolean ifNotExists) CreateTable.withIndexes
(List<Index> indexes) CreateTable.withRowMovement
(RowMovement rowMovement) CreateTable.withSelectParenthesis
(boolean selectParenthesis) CreateTable.withSpannerInterleaveIn
(SpannerInterleaveIn spannerInterleaveIn) CreateTable.withTableOptionsStrings
(List<String> tableOptionsStrings) CreateTable.withUnlogged
(boolean unlogged) -
Uses of CreateTable in net.sf.jsqlparser.util
Methods in net.sf.jsqlparser.util with parameters of type CreateTable -
Uses of CreateTable in net.sf.jsqlparser.util.deparser
Methods in net.sf.jsqlparser.util.deparser with parameters of type CreateTableModifier and TypeMethodDescriptionvoid
CreateTableDeParser.deParse
(CreateTable createTable) void
StatementDeParser.visit
(CreateTable createTable) -
Uses of CreateTable in net.sf.jsqlparser.util.validation.validator
Methods in net.sf.jsqlparser.util.validation.validator with parameters of type CreateTableModifier and TypeMethodDescriptionvoid
CreateTableValidator.validate
(CreateTable createTable) void
StatementValidator.visit
(CreateTable createTable)