Uses of Class
com.gengoai.sql.object.SQLDMLOperation
-
Packages that use SQLDMLOperation Package Description com.gengoai.sql com.gengoai.sql.object -
-
Uses of SQLDMLOperation in com.gengoai.sql
Methods in com.gengoai.sql with parameters of type SQLDMLOperation Modifier and Type Method Description protected String
SQLDialect. sqlDMLOperation(SQLDMLOperation operation)
Sql dml operation string. -
Uses of SQLDMLOperation in com.gengoai.sql.object
Methods in com.gengoai.sql.object that return SQLDMLOperation Modifier and Type Method Description static SQLDMLOperation
SQLDMLOperation. valueOf(String name)
Returns the enum constant of this type with the specified name.static SQLDMLOperation[]
SQLDMLOperation. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-