PostGIS  3.0.6dev-r@@SVN_REVISION@@

◆ DBFGetNullCharacter()

static char DBFGetNullCharacter ( char  chType)
static

Definition at line 778 of file dbfopen.c.

779 {
780  switch (chType)
781  {
782  case 'N':
783  case 'F':
784  return '*';
785  case 'D':
786  return '0';
787  case 'L':
788  return '?';
789  default:
790  return ' ';
791  }
792 }

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

Here is the caller graph for this function: