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() |
public static final IdTableSupportStandardImpl INSTANCE
public String generateIdTableName(String baseName)
generateIdTableName
in interface IdTableSupport
public String getCreateIdTableCommand()
getCreateIdTableCommand
in interface IdTableSupport
public String getCreateIdTableStatementOptions()
getCreateIdTableStatementOptions
in interface IdTableSupport
public String getDropIdTableCommand()
getDropIdTableCommand
in interface IdTableSupport
Copyright © 2001-2017 Red Hat, Inc. All Rights Reserved.