PostGIS  3.4.0dev-r@@SVN_REVISION@@

◆ DBFGetNullCharacter()

static char DBFGetNullCharacter ( char  chType)
static

Definition at line 811 of file dbfopen.c.

812 {
813  switch (chType)
814  {
815  case 'N':
816  case 'F':
817  return '*';
818  case 'D':
819  return '0';
820  case 'L':
821  return '?';
822  default:
823  return ' ';
824  }
825 }

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

Here is the caller graph for this function: