db_is_shema_exist.Rd 434 B

12345678910111213141516171819
  1. % Generated by roxygen2: do not edit by hand
  2. % Please edit documentation in R/db_is_shema_exist.R
  3. \name{db_is_shema_exist}
  4. \alias{db_is_shema_exist}
  5. \title{Does the schema exist}
  6. \usage{
  7. db_is_shema_exist(schema = NULL)
  8. }
  9. \arguments{
  10. \item{schema}{str Database schema name.}
  11. }
  12. \description{
  13. Kontrollime kas andmebaasis antud schema eksisteerib.
  14. }
  15. \examples{
  16. db_is_shema_exist(schema = "public")
  17. }
  18. \keyword{database,}
  19. \keyword{schema}