Searched refs:isNullable (Results 1 – 5 of 5) sorted by relevance
392 if (context.isNullable() && WebCore::isUndefinedOrNull(v8Value)) in convert()581 if (context.isNullable() && WebCore::isUndefinedOrNull(v8Value)) in convert()615 if (context.isNullable() && WebCore::isUndefinedOrNull(v8Value)) in convert()649 if (context.isNullable() && WebCore::isUndefinedOrNull(v8Value)) in convert()749 …nContext& Dictionary::ConversionContext::setConversionType(const String& typeName, bool isNullable) in setConversionType() argument753 m_isNullable = isNullable; in setConversionType()
118 bool isNullable() const { return m_isNullable; } in isNullable() function317 if (context.isNullable() && WebCore::isUndefinedOrNull(v8Value))
1554 my $isNullable = $attribute->isNullable;1555 if ($isNullable) {1561 push(@arguments, "isNull") if $isNullable;1585 if ($useExceptions || $isNullable) {1592 if ($isNullable) {1708 if (!$useExceptions && !$isNullable) {2175 if ($parameter->isNullable) {2181 if ($parameter->isNullable) {2593 if ($parameter->isNullable) {2603 … $parameterCheckString .= "info[$paramIndex]->IsNull() ? nullptr : " if $parameter->isNullable;[all …]
80 isNullable => '$', # Is variable type Nullable (T?)94 isNullable => '$', # Is variable type Nullable (T?)1138 $newDataNode->isNullable(typeHasNullableSuffix($type));1405 $paramDataNode->isNullable(typeHasNullableSuffix($type));1416 $paramDataNode->isNullable(typeHasNullableSuffix($type));
172 public int isNullable(int column) throws java.sql.SQLException { in isNullable() method in JDBCResultSetMetaData