- Add the Codota plugin to your IDE and get smart completions
private void myMethod () {Dictionary d =
new Hashtable()
Bundle bundle;bundle.getHeaders()
new Properties()
- Smart code suggestions by Codota
}
builder.add(RelReferentialConstraintImpl.of(foreignKeyTableQualifiedName, parentTableQualifiedName, keys.build()));
public static RelReferentialConstraintImpl of(List<String> sourceQualifiedName, List<String> targetQualifiedName, List<IntPair> columnPairs) { return new RelReferentialConstraintImpl( sourceQualifiedName, targetQualifiedName, columnPairs); }
public static RelReferentialConstraintImpl of(List<String> sourceQualifiedName, List<String> targetQualifiedName, List<IntPair> columnPairs) { return new RelReferentialConstraintImpl( sourceQualifiedName, targetQualifiedName, columnPairs); }