Package | Description |
---|---|
com.j256.ormlite.stmt |
SQL statement generation and processing.
|
Modifier and Type | Class and Description |
---|---|
class |
SelectArg
An argument to a select SQL statement.
|
class |
ThreadLocalSelectArg
Like
SelectArg but using a ThreadLocal internally to improve reentrance so that multiple threads can
use the same compiled statement. |
This documentation is licensed by Gray Watson under the Creative Commons Attribution-Share Alike 3.0 License.