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