PostGIS  3.7.0dev-r@@SVN_REVISION@@

◆ DBFGetNullCharacter()

static char DBFGetNullCharacter ( char  chType)
static

Definition at line 820 of file dbfopen.c.

821 {
822  switch (chType)
823  {
824  case 'N':
825  case 'F':
826  return '*';
827  case 'D':
828  return '0';
829  case 'L':
830  return '?';
831  default:
832  return ' ';
833  }
834 }

Referenced by DBFAddNativeFieldType(), DBFAlterFieldDefn(), and DBFWriteAttribute().

Here is the caller graph for this function: