ICommand.TYPES| Constructor and Description |
|---|
CreateTableCommand(String _tableName,
String _execId) |
CreateTableCommand(String tn,
String execId2,
Map<String,String> columnMap2) |
CreateTableCommand(String tn,
String execId2,
Map<String,String> _columnMap,
String[] _types,
String[] _defaults,
Boolean[] _notNulls) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getExecId() |
String |
getTableName() |
ICommand.TYPES |
getType() |
int |
hashCode() |
IFeedbackAction |
persist() |
IFeedbackAction |
rollback() |
public CreateTableCommand(String tn, String execId2, Map<String,String> _columnMap, String[] _types, String[] _defaults, Boolean[] _notNulls)
public String getTableName()
getTableName in interface ICommandpublic ICommand.TYPES getType()
public IFeedbackAction persist() throws SQLException
persist in interface ICommandSQLExceptionpublic IFeedbackAction rollback() throws SQLException
rollback in interface ICommandSQLExceptionCopyright © 2012–2019 UCanAccess. All rights reserved.