StaticFieldMarshaller.canDigest

Undocumented in source.
template StaticFieldMarshaller(FieldSpec field)
static if(!(field.typeId == StaticPgTypes.BOOLEAN))
static if(!(field.typeId == StaticPgTypes.BIGINT))
static if(!(field.typeId == StaticPgTypes.SMALLINT))
static if(!(field.typeId == StaticPgTypes.INT))
static if(!(field.typeId == StaticPgTypes.OID))
static if(!(field.typeId == StaticPgTypes.VARCHAR))
static if(!(field.typeId == StaticPgTypes.CHARACTER))
static if(!(field.typeId == StaticPgTypes.TEXT))
static if(!(field.typeId == StaticPgTypes.UUID))
static if(!(field.typeId == StaticPgTypes.REAL))
static if(!(field.typeId == StaticPgTypes.DOUBLE))
enum canDigest = false;

Meta