|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use NormalJdbcTool | |
|---|---|
| com.github.drinkjava2.jdbpro | |
| com.github.drinkjava2.jdialects | |
| com.github.drinkjava2.jdialects.id | |
| com.github.drinkjava2.jsqlbox | |
| Uses of NormalJdbcTool in com.github.drinkjava2.jdbpro |
|---|
| Classes in com.github.drinkjava2.jdbpro that implement NormalJdbcTool | |
|---|---|
class |
DbPro
DbPro is the enhanced version of Apache Commons DbUtils's QueryRunner, add below improvements: |
| Uses of NormalJdbcTool in com.github.drinkjava2.jdialects |
|---|
| Methods in com.github.drinkjava2.jdialects with parameters of type NormalJdbcTool | |
|---|---|
Object |
Dialect.getNexID(IdGenerator idGenerator,
NormalJdbcTool jdbc,
Type dataType)
Return next ID by given IdGenerator and NormalJdbcStyle instance |
| Uses of NormalJdbcTool in com.github.drinkjava2.jdialects.id |
|---|
| Methods in com.github.drinkjava2.jdialects.id with parameters of type NormalJdbcTool | |
|---|---|
Object |
UUIDAnyGenerator.getNextID(NormalJdbcTool jdbc,
Dialect dialect,
Type dataType)
|
Object |
UUID36Generator.getNextID(NormalJdbcTool jdbc,
Dialect dialect,
Type dataType)
|
Object |
UUID32Generator.getNextID(NormalJdbcTool jdbc,
Dialect dialect,
Type dataType)
|
Object |
UUID25Generator.getNextID(NormalJdbcTool jdbc,
Dialect dialect,
Type dataType)
|
Object |
TimeStampIdGenerator.getNextID(NormalJdbcTool jdbc,
Dialect dialect,
Type dataType)
|
Object |
TableIdGenerator.getNextID(NormalJdbcTool jdbc,
Dialect dialect,
Type dataType)
Get the next Table Generator ID |
Object |
SortedUUIDGenerator.getNextID(NormalJdbcTool jdbc,
Dialect dialect,
Type dataType)
|
Object |
SnowflakeGenerator.getNextID(NormalJdbcTool jdbc,
Dialect dialect,
Type dataType)
|
Object |
SequenceIdGenerator.getNextID(NormalJdbcTool jdbc,
Dialect dialect,
Type dataType)
|
Object |
IdGenerator.getNextID(NormalJdbcTool jdbc,
Dialect dialect,
Type dataType)
Get the next ID generated by implementation of IdGenerator |
Object |
IdentityIdGenerator.getNextID(NormalJdbcTool jdbc,
Dialect dialect,
Type dataType)
|
Object |
AutoIdGenerator.getNextID(NormalJdbcTool jdbc,
Dialect dialect,
Type dataType)
|
| Uses of NormalJdbcTool in com.github.drinkjava2.jsqlbox |
|---|
| Classes in com.github.drinkjava2.jsqlbox that implement NormalJdbcTool | |
|---|---|
class |
SqlBoxContext
SqlBoxContext is extended from DbPro, DbPro is extended from QueryRunner, by this way SqlBoxContext have all JDBC methods of QueryRunner and DbPro. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||