close abstract method

void close()

Closes this prepared statement.

On native platforms, a native finalizer will also close statements automatically. On the web, finalizers are less reliable. For this reason, closing statements explicitly is still recommended.

See also:

Implementation

void close();