java.lang.Object
com.djrapitops.plan.storage.database.queries.schema.MySQLSchemaQueries.ForeignKeyConstraint
- Enclosing class:
MySQLSchemaQueries
public static class MySQLSchemaQueries.ForeignKeyConstraint
extends Object
Represents a FOREIGN KEY constraint in a MySQL database.
-
Constructor Summary
Constructors
-
Method Summary
-
-
Method Details
-
-
getReferencedTable
public String getReferencedTable()
-
-
getReferencedColumn
public String getReferencedColumn()
-
getConstraintName
public String getConstraintName()
-