| Class | Description | 
|---|---|
| ConcurrentConnection | Provide execute SQL statement using a keep database connection, and the connection is thread
 safe. | 
| OnceConnection | Provide execute SQL statement using a database connection, and the connection is not thread safe. | 
| OriginalConnection | Provide execute SQL statement using a keep database connection, and the connection is not thread
 safe. |