Uses of Class
net.sf.jsqlparser.statement.create.table.PartitionDefinition
-
Packages that use PartitionDefinition Package Description net.sf.jsqlparser.parser net.sf.jsqlparser.statement.alter -
-
Uses of PartitionDefinition in net.sf.jsqlparser.parser
Methods in net.sf.jsqlparser.parser that return types with arguments of type PartitionDefinition Modifier and Type Method Description java.util.List<PartitionDefinition>
CCJSqlParser. PartitionDefinitions()
-
Uses of PartitionDefinition in net.sf.jsqlparser.statement.alter
Fields in net.sf.jsqlparser.statement.alter with type parameters of type PartitionDefinition Modifier and Type Field Description private java.util.List<PartitionDefinition>
AlterExpression. partitionDefinitions
Methods in net.sf.jsqlparser.statement.alter that return types with arguments of type PartitionDefinition Modifier and Type Method Description java.util.List<PartitionDefinition>
AlterExpression. getPartitionDefinitions()
Method parameters in net.sf.jsqlparser.statement.alter with type arguments of type PartitionDefinition Modifier and Type Method Description void
AlterExpression. setPartitionDefinitions(java.util.List<PartitionDefinition> partitionDefinition)
-