public class IdTableSupportStandardImpl extends Object implements IdTableSupport
| Modifier and Type | Field and Description |
|---|---|
static IdTableSupportStandardImpl |
INSTANCE
Singleton access
|
| Constructor and Description |
|---|
IdTableSupportStandardImpl() |
| Modifier and Type | Method and Description |
|---|---|
String |
generateIdTableName(String baseName) |
String |
getCreateIdTableCommand() |
String |
getCreateIdTableStatementOptions() |
String |
getDropIdTableCommand() |
String |
getTruncateIdTableCommand() |
public static final IdTableSupportStandardImpl INSTANCE
public String generateIdTableName(String baseName)
generateIdTableName in interface IdTableSupportpublic String getCreateIdTableCommand()
getCreateIdTableCommand in interface IdTableSupportpublic String getCreateIdTableStatementOptions()
getCreateIdTableStatementOptions in interface IdTableSupportpublic String getDropIdTableCommand()
getDropIdTableCommand in interface IdTableSupportpublic String getTruncateIdTableCommand()
getTruncateIdTableCommand in interface IdTableSupportCopyright © 2001-2022 Red Hat, Inc. All Rights Reserved.