constructPDB function

FDBA constructPDB(
  1. String name
)

Implementation

FDBA constructPDB(String name) {
  return PostgresFDBA(name);
}