Uses of Class
io.vertigo.database.sql.vendor.SqlDialect.GenerationMode
-
Packages that use SqlDialect.GenerationMode Package Description io.vertigo.database.impl.sql io.vertigo.database.sql io.vertigo.database.sql.vendor -
-
Uses of SqlDialect.GenerationMode in io.vertigo.database.impl.sql
Methods in io.vertigo.database.impl.sql with parameters of type SqlDialect.GenerationMode Modifier and Type Method Description <O> io.vertigo.core.lang.Tuple<Integer,O>
SqlManagerImpl. executeUpdateWithGeneratedKey(SqlStatement sqlStatement, SqlDialect.GenerationMode generationMode, String columnName, Class<O> dataType, Map<Class,io.vertigo.core.lang.BasicTypeAdapter> basicTypeAdapters, SqlConnection connection)
Executes a sql query returning the number of modified rows. -
Uses of SqlDialect.GenerationMode in io.vertigo.database.sql
Methods in io.vertigo.database.sql with parameters of type SqlDialect.GenerationMode Modifier and Type Method Description <O> io.vertigo.core.lang.Tuple<Integer,O>
SqlManager. executeUpdateWithGeneratedKey(SqlStatement sqlStatement, SqlDialect.GenerationMode generationMode, String columnName, Class<O> dataType, Map<Class,io.vertigo.core.lang.BasicTypeAdapter> basicTypeAdapters, SqlConnection connection)
Executes a sql query returning the number of modified rows. -
Uses of SqlDialect.GenerationMode in io.vertigo.database.sql.vendor
Methods in io.vertigo.database.sql.vendor that return SqlDialect.GenerationMode Modifier and Type Method Description SqlDialect.GenerationMode
SqlDialect. getGenerationMode()
static SqlDialect.GenerationMode
SqlDialect.GenerationMode. valueOf(String name)
Returns the enum constant of this type with the specified name.static SqlDialect.GenerationMode[]
SqlDialect.GenerationMode. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-