equal
deleted
inserted
replaced
44 A DomainError will be thrown when the *domainname* is the name of |
44 A DomainError will be thrown when the *domainname* is the name of |
45 an alias domain. |
45 an alias domain. |
46 |
46 |
47 Arguments: |
47 Arguments: |
48 |
48 |
49 `dbh` : pyPgSQL.PgSQL.Connection |
49 `dbh` : psycopg2._psycopg.connection |
50 a database connection for the database access |
50 a database connection for the database access |
51 `domainname` : basestring |
51 `domainname` : basestring |
52 The name of the domain |
52 The name of the domain |
53 """ |
53 """ |
54 self._name = check_domainname(domainname) |
54 self._name = check_domainname(domainname) |