Package | Description |
---|---|
net.ucanaccess.commands |
Modifier and Type | Method and Description |
---|---|
ICommand.TYPES |
AddColumnCommand.getType() |
ICommand.TYPES |
AlterRenameCommand.getType() |
ICommand.TYPES |
CompositeCommand.getType() |
ICommand.TYPES |
CreateForeignKeyCommand.getType() |
ICommand.TYPES |
CreateIndexCommand.getType() |
ICommand.TYPES |
CreatePrimaryKeyCommand.getType() |
ICommand.TYPES |
CreateTableCommand.getType() |
ICommand.TYPES |
DeleteCommand.getType() |
ICommand.TYPES |
DropForeignKeyCommand.getType() |
ICommand.TYPES |
DropTableCommand.getType() |
ICommand.TYPES |
ICommand.getType() |
ICommand.TYPES |
InsertCommand.getType() |
ICommand.TYPES |
UpdateCommand.getType() |
static ICommand.TYPES |
ICommand.TYPES.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ICommand.TYPES[] |
ICommand.TYPES.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2012–2018 UCanAccess. All rights reserved.