Package | Description |
---|---|
com.hfg.sql |
Modifier and Type | Class and Description |
---|---|
class |
SQLDelete
Container for building a SQL delete statement.
|
class |
SQLInsert
Container for building a SQL insert statement.
|
class |
SQLQuery
Container for building a SQL query.
|
class |
SQLUpdate
Object for doing SQL updates.
|
Modifier and Type | Method and Description |
---|---|
SQLCmd |
SQLCmd.addClause(SQLClause inValue) |
SQLCmd |
SQLCmd.addClauses(Collection<SQLClause> inClauses) |
SQLCmd |
SQLCmd.addWhereClauseGroup(WhereClauseGroup inValue) |
jataylor@hairyfatguy.com