Uses of Class
jetbrains.buildServer.serverSide.db.DBNull
-
Packages that use DBNull Package Description jetbrains.buildServer.serverSide.db -
-
Uses of DBNull in jetbrains.buildServer.serverSide.db
Methods in jetbrains.buildServer.serverSide.db that return DBNull Modifier and Type Method Description static DBNull
DBNull. valueOf(String name)
Returns the enum constant of this type with the specified name.static DBNull[]
DBNull. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-