statement

package
v0.0.0-...-4b0d5d3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 14, 2023 License: BSD-2-Clause Imports: 0 Imported by: 0

Documentation

Index

Constants

View Source
const (
	StockStrainIns = `` /* 911-byte string literal not displayed */

	StockStrainWithParentsIns = `` /* 983-byte string literal not displayed */

	StockStrainLoad = `` /* 791-byte string literal not displayed */

	StockStrainWithParentLoad = `` /* 863-byte string literal not displayed */

	StockPlasmidIns = `` /* 830-byte string literal not displayed */

	StockPlasmidLoad = `` /* 730-byte string literal not displayed */

)
View Source
const (
	StockFindIdQ = `` /* 129-byte string literal not displayed */

	StockFindQ = `
		FOR s IN @@stock_collection
			FILTER s.stock_id == @id
			LIMIT 1
			RETURN s._id
	`
	StockGetStrain = `` /* 862-byte string literal not displayed */

	StockGetPlasmid = `` /* 345-byte string literal not displayed */

	StrainGetParentRel = `
		FOR stock_prop,e IN 1..1 INBOUND @strain_key GRAPH @parent_graph
			RETURN e._key
	`
	StrainListFromIds = `` /* 912-byte string literal not displayed */

	StrainListFilter = `` /* 554-byte string literal not displayed */

	StrainListFilterWithCursor = `` /* 605-byte string literal not displayed */

	StrainList = `` /* 391-byte string literal not displayed */

	StrainListWithCursor = `` /* 440-byte string literal not displayed */

	PlasmidList = `` /* 330-byte string literal not displayed */

	PlasmidListFilter = `` /* 336-byte string literal not displayed */

	PlasmidListWithCursor = `` /* 375-byte string literal not displayed */

	PlasmidListFilterWithCursor = `` /* 380-byte string literal not displayed */

)
View Source
const (
	StockUpd = `
		UPDATE { _key: @key }
			WITH { updated_at: DATE_ISO8601(DATE_NOW()), %s }
			IN @@stock_collection RETURN NEW
	`
	StrainUpd = `` /* 395-byte string literal not displayed */

	StrainWithNewParentUpd = `` /* 541-byte string literal not displayed */

	StrainWithExistingParentUpd = `` /* 507-byte string literal not displayed */

	PlasmidUpd = `` /* 377-byte string literal not displayed */

)
View Source
const (
	StrainExistTermQ = `` /* 229-byte string literal not displayed */

)

Variables

This section is empty.

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL