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