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 ICommand
public ICommand.TYPES getType()
public IFeedbackAction persist() throws SQLException
persist
in interface ICommand
SQLException
public IFeedbackAction rollback() throws SQLException
rollback
in interface ICommand
SQLException
Copyright © 2012–2018 UCanAccess. All rights reserved.