public class DbFk extends Object implements Serializable
Modifier and Type | Class and Description |
---|---|
static class |
DbFk.Builder
Builder to create immutable
DbFk objects. |
Modifier and Type | Method and Description |
---|---|
List<String> |
getForeignColumns()
Gets he list of foreign column names.
|
String |
getForeignTable()
Gets the name of the foreign table name.
|
List<String> |
getLocalColumns()
Gets the local columns names.
|
public List<String> getLocalColumns()
public List<String> getForeignColumns()
public String getForeignTable()
Copyright © 2014 Feedzai. All Rights Reserved.