Uses of Interface
com.github.drinkjava2.jdbpro.NormalJdbcTool

Packages that use NormalJdbcTool
com.github.drinkjava2.jdialects   
com.github.drinkjava2.jdialects.id   
 

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)
           
 



Copyright © 2018. All rights reserved.