Variable DBValue.isNull
Declaration
struct DBValue
								
								{
								
  // ...
								
  bool isNull;
								
  // ...
								
								}
							
						
struct DBValue
								
								{
								
  // ...
								
  bool isNull;
								
  // ...
								
								}