db_is_shema_exist.Rd 607 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. \dontrun{
  20. db_is_shema_exist(schema = "public")
  21. }
  22. }
  23. \seealso{
  24. \code{\link[=db_connect]{db_connect()}}, \code{\link[=get_config]{get_config()}}, \code{\link[=db_all_schemas]{db_all_schemas()}}
  25. }
  26. \keyword{database,}
  27. \keyword{schema}