Statement

public class Statement

A statement represents an SQL query.

It is the base class of UpdateStatement that executes update statements, and SelectStatement that fetches rows.