public class InnoDBStorageEngine extends Object implements MySQLStorageEngine
Modifier and Type | Field and Description |
---|---|
static MySQLStorageEngine |
INSTANCE |
Constructor and Description |
---|
InnoDBStorageEngine() |
Modifier and Type | Method and Description |
---|---|
boolean |
dropConstraints() |
String |
getTableTypeString(String engineKeyword) |
boolean |
hasSelfReferentialForeignKeyBug() |
boolean |
supportsCascadeDelete() |
public static final MySQLStorageEngine INSTANCE
public boolean supportsCascadeDelete()
supportsCascadeDelete
in interface MySQLStorageEngine
public String getTableTypeString(String engineKeyword)
getTableTypeString
in interface MySQLStorageEngine
public boolean hasSelfReferentialForeignKeyBug()
hasSelfReferentialForeignKeyBug
in interface MySQLStorageEngine
public boolean dropConstraints()
dropConstraints
in interface MySQLStorageEngine
Copyright © 2019 JBoss by Red Hat. All rights reserved.