| Interface | Description |
|---|---|
| CallableSql |
Procedure sql operate the DB.
|
| Condition |
Condition for operate DB with Object Oriented Programming way.
|
| MapSql |
Record SQL information with map.
|
| MapSuid |
Database operation interface using map instead of specific entity,
the null and empty string are not handled by default. |
| MoreTable |
More table select(multi-table query).
|
| PreparedSql |
Support sql string with placeholder.The sql statement is really DB's grammar,not object oriented type.
|
| Suid |
Database operation: Suid (select,update,insert,delete),
the null and empty string are not handled by default.
|
| SuidRich |
Database operation: Suid (select,update,insert,delete),
it supports more parameters than Suid.
|
Copyright © 2023. All rights reserved.