Module luasql.exasol.util
This internal module contains common utility functions.
Functions
read_only(table) | Make a table read-only be wrapping it in a proxy that raises an error for modifications. |
Functions
- read_only(table) line 9
-
Make a table read-only be wrapping it in a proxy that raises an error for modifications.
See https://www.lua.org/pil/13.4.5.html for details.
Parameters:
- table