public class MyISAMStorageEngine extends Object implements MySQLStorageEngine
| Modifier and Type | Field and Description |
|---|---|
static MySQLStorageEngine |
INSTANCE |
| Constructor and Description |
|---|
MyISAMStorageEngine() |
| 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 MySQLStorageEnginepublic String getTableTypeString(String engineKeyword)
getTableTypeString in interface MySQLStorageEnginepublic boolean hasSelfReferentialForeignKeyBug()
hasSelfReferentialForeignKeyBug in interface MySQLStorageEnginepublic boolean dropConstraints()
dropConstraints in interface MySQLStorageEngineCopyright © 2001-2022 Red Hat, Inc. All Rights Reserved.