MySQL 9.3.0
Source Code Documentation
shcore::polyglot::anonymous_namespace{jit_executor_type_conversion.cc} Namespace Reference

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)
 

Function Documentation

◆ is_array_buffer()

bool shcore::polyglot::anonymous_namespace{jit_executor_type_conversion.cc}::is_array_buffer ( poly_thread  thread,
poly_value  value 
)

◆ is_boolean()

bool shcore::polyglot::anonymous_namespace{jit_executor_type_conversion.cc}::is_boolean ( poly_thread  thread,
poly_value  value 
)

◆ is_exception()

bool shcore::polyglot::anonymous_namespace{jit_executor_type_conversion.cc}::is_exception ( poly_thread  thread,
poly_value  value 
)

◆ is_integer()

bool shcore::polyglot::anonymous_namespace{jit_executor_type_conversion.cc}::is_integer ( poly_thread  thread,
poly_value  value,
bool  is_numeric = false 
)

◆ is_null()

bool shcore::polyglot::anonymous_namespace{jit_executor_type_conversion.cc}::is_null ( poly_thread  thread,
poly_value  value 
)

◆ is_number()

bool shcore::polyglot::anonymous_namespace{jit_executor_type_conversion.cc}::is_number ( poly_thread  thread,
poly_value  value 
)

◆ is_string()

bool shcore::polyglot::anonymous_namespace{jit_executor_type_conversion.cc}::is_string ( poly_thread  thread,
poly_value  value 
)