Uses of Class
com.github.eikecochu.sqlbuilder.InsertMode
-
Packages that use InsertMode Package Description com.github.eikecochu.sqlbuilder -
-
Uses of InsertMode in com.github.eikecochu.sqlbuilder
Methods in com.github.eikecochu.sqlbuilder that return InsertMode Modifier and Type Method Description static InsertModeInsertMode. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static InsertMode[]InsertMode. values()Returns an array containing the constants of this enum type, in the order they are declared.
-