![]() |
MySQL 9.3.0
Source Code Documentation
|
Functions | |
bool | is_null (poly_thread thread, poly_value value) |
bool | is_number (poly_thread thread, poly_value value) |
bool | is_integer (poly_thread thread, poly_value value, bool is_numeric=false) |
bool | is_string (poly_thread thread, poly_value value) |
bool | is_boolean (poly_thread thread, poly_value value) |
bool | is_array_buffer (poly_thread thread, poly_value value) |
bool | is_exception (poly_thread thread, poly_value value) |
bool shcore::polyglot::anonymous_namespace{jit_executor_type_conversion.cc}::is_array_buffer | ( | poly_thread | thread, |
poly_value | value | ||
) |
bool shcore::polyglot::anonymous_namespace{jit_executor_type_conversion.cc}::is_boolean | ( | poly_thread | thread, |
poly_value | value | ||
) |
bool shcore::polyglot::anonymous_namespace{jit_executor_type_conversion.cc}::is_exception | ( | poly_thread | thread, |
poly_value | value | ||
) |
bool shcore::polyglot::anonymous_namespace{jit_executor_type_conversion.cc}::is_integer | ( | poly_thread | thread, |
poly_value | value, | ||
bool | is_numeric = false |
||
) |
bool shcore::polyglot::anonymous_namespace{jit_executor_type_conversion.cc}::is_null | ( | poly_thread | thread, |
poly_value | value | ||
) |
bool shcore::polyglot::anonymous_namespace{jit_executor_type_conversion.cc}::is_number | ( | poly_thread | thread, |
poly_value | value | ||
) |
bool shcore::polyglot::anonymous_namespace{jit_executor_type_conversion.cc}::is_string | ( | poly_thread | thread, |
poly_value | value | ||
) |