Package | Description |
---|---|
net.ucanaccess.commands | |
net.ucanaccess.converters |
Modifier and Type | Method and Description |
---|---|
void |
DDLCommandEnlist.enlistDDLCommand(String sql,
SQLConverter.DDLType ddlType) |
Modifier and Type | Method and Description |
---|---|
static SQLConverter.DDLType |
SQLConverter.getDDLType(String s) |
static SQLConverter.DDLType |
SQLConverter.DDLType.getDDLType(String s) |
static SQLConverter.DDLType |
SQLConverter.DDLType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SQLConverter.DDLType[] |
SQLConverter.DDLType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
boolean |
SQLConverter.DDLType.in(SQLConverter.DDLType... types) |
Copyright © 2012–2018 UCanAccess. All rights reserved.