db_is_shema_exist.Rd 634 B

1234567891011121314151617181920212223242526272829
  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 A database schema name.}
  11. }
  12. \value{
  13. TRUE/FALSE.
  14. }
  15. \description{
  16. Kontrollime kas andmebaasi schema eksisteerib.
  17. }
  18. \examples{
  19. ## Not run:
  20. ##
  21. ## db_is_shema_exist(schema = "public")
  22. ##
  23. ## End(**Not run**)
  24. }
  25. \seealso{
  26. \code{\link[=db_connect]{db_connect()}}, \code{\link[=get_config]{get_config()}}, \code{\link[=db_all_schemas]{db_all_schemas()}}
  27. }
  28. \keyword{database,}
  29. \keyword{schema}