* The database encoding, also called the server encoding, represents the * encoding of data stored in text-like data types. Affected types include * cstring, text, varchar, name, xml, and json. */
| 1336 | * cstring, text, varchar, name, xml, and json. |
| 1337 | */ |
| 1338 | int |
| 1339 | GetDatabaseEncoding(void) |
| 1340 | { |
| 1341 | return DatabaseEncoding->encoding; |
| 1342 | } |
| 1343 | |
| 1344 | const char * |
| 1345 | GetDatabaseEncodingName(void) |
no outgoing calls
no test coverage detected