construct_to_gpkg_output_postgres_str.Rd 1.5 KB

12345678910111213141516171819202122232425262728293031
  1. % Generated by roxygen2: do not edit by hand
  2. % Please edit documentation in R/construct_to_gpkg_output_postgres_str.R
  3. \name{construct_to_gpkg_output_postgres_str}
  4. \alias{construct_to_gpkg_output_postgres_str}
  5. \title{'qgisprocess' funktsiooonides GPKG INPUT/OUTPUT konstrueerimine Postgresql salvestamiseks}
  6. \usage{
  7. construct_to_gpkg_output_postgres_str(conf = NULL)
  8. }
  9. \arguments{
  10. \item{conf}{A list() of configuration variables. Default values \code{\link[ruut]{get_config}}.}
  11. }
  12. \value{
  13. A string "postgres://dbname='\%s' host=\%s port=\%s user='\%s' password='\%s' sslmode=\%s key='id' srid=3301 checkPrimaryKeyUnicity='1' table=\"\%s\".\"\%s\" (geom)".
  14. }
  15. \description{
  16. See funktsioon konstrueerib 'qgisprocess' funktsioonides enamasti INPUT/OUTPUT/OVERLAY parameetri argumentide kasutatava fraasi, mis on vajalik postgresql andmebaasiga ühendamisegs.
  17. }
  18. \examples{
  19. \dontrun{
  20. conf <- ruut::get_config()
  21. construct_to_gpkg_output_postgres_str(conf = NULL)
  22. }
  23. }
  24. \seealso{
  25. \code{\link[=db_connect]{db_connect()}}, \code{\link[=get_config]{get_config()}}, \code{\link[=construct_ogr2ogr_PG_connect_str]{construct_ogr2ogr_PG_connect_str()}}, \code{\link[=construct_qgis_output_result_to_beter_format]{construct_qgis_output_result_to_beter_format()}},\code{\link[=construct_to_gpkg_output_file_str]{construct_to_gpkg_output_file_str()}}
  26. \code{\link[=construct_ogr2ogr_PG_connect_str]{construct_ogr2ogr_PG_connect_str()}}, \code{\link[=construct_qgis_output_result_to_beter_format]{construct_qgis_output_result_to_beter_format()}}
  27. }
  28. \keyword{gpkg}