table

package
v0.7.0 Latest Latest
Warning

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

Go to latest
Published: Feb 16, 2021 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var PgAggregate = newPgAggregateTable()
View Source
var PgAm = newPgAmTable()
View Source
var PgAmop = newPgAmopTable()
View Source
var PgAmproc = newPgAmprocTable()
View Source
var PgAttrdef = newPgAttrdefTable()
View Source
var PgAttribute = newPgAttributeTable()
View Source
var PgAuthMembers = newPgAuthMembersTable()
View Source
var PgCast = newPgCastTable()
View Source
var PgClass = newPgClassTable()
View Source
var PgCollation = newPgCollationTable()
View Source
var PgConstraint = newPgConstraintTable()
View Source
var PgConversion = newPgConversionTable()
View Source
var PgDatabase = newPgDatabaseTable()
View Source
var PgDbRoleSetting = newPgDbRoleSettingTable()
View Source
var PgDefaultACL = newPgDefaultACLTable()
View Source
var PgDepend = newPgDependTable()
View Source
var PgDescription = newPgDescriptionTable()
View Source
var PgEnum = newPgEnumTable()
View Source
var PgEventTrigger = newPgEventTriggerTable()
View Source
var PgExtension = newPgExtensionTable()
View Source
var PgForeignDataWrapper = newPgForeignDataWrapperTable()
View Source
var PgForeignServer = newPgForeignServerTable()
View Source
var PgForeignTable = newPgForeignTableTable()
View Source
var PgIndex = newPgIndexTable()
View Source
var PgInherits = newPgInheritsTable()
View Source
var PgInitPrivs = newPgInitPrivsTable()
View Source
var PgLanguage = newPgLanguageTable()
View Source
var PgLargeobjectMetadata = newPgLargeobjectMetadataTable()
View Source
var PgNamespace = newPgNamespaceTable()
View Source
var PgOpclass = newPgOpclassTable()
View Source
var PgOperator = newPgOperatorTable()
View Source
var PgOpfamily = newPgOpfamilyTable()
View Source
var PgPartitionedTable = newPgPartitionedTableTable()
View Source
var PgPolicy = newPgPolicyTable()
View Source
var PgProc = newPgProcTable()
View Source
var PgPublication = newPgPublicationTable()
View Source
var PgPublicationRel = newPgPublicationRelTable()
View Source
var PgRange = newPgRangeTable()
View Source
var PgReplicationOrigin = newPgReplicationOriginTable()
View Source
var PgRewrite = newPgRewriteTable()
View Source
var PgSeclabel = newPgSeclabelTable()
View Source
var PgSequence = newPgSequenceTable()
View Source
var PgShdepend = newPgShdependTable()
View Source
var PgShdescription = newPgShdescriptionTable()
View Source
var PgShseclabel = newPgShseclabelTable()
View Source
var PgStatisticExt = newPgStatisticExtTable()
View Source
var PgSubscription = newPgSubscriptionTable()
View Source
var PgSubscriptionRel = newPgSubscriptionRelTable()
View Source
var PgTablespace = newPgTablespaceTable()
View Source
var PgTransform = newPgTransformTable()
View Source
var PgTrigger = newPgTriggerTable()
View Source
var PgTsConfig = newPgTsConfigTable()
View Source
var PgTsConfigMap = newPgTsConfigMapTable()
View Source
var PgTsDict = newPgTsDictTable()
View Source
var PgTsParser = newPgTsParserTable()
View Source
var PgTsTemplate = newPgTsTemplateTable()
View Source
var PgType = newPgTypeTable()

Functions

This section is empty.

Types

type PgAggregateTable

type PgAggregateTable struct {
	EXCLUDED pgAggregateTable
	// contains filtered or unexported fields
}

func (*PgAggregateTable) AS

AS creates new PgAggregateTable with assigned alias

type PgAmTable

type PgAmTable struct {
	EXCLUDED pgAmTable
	// contains filtered or unexported fields
}

func (*PgAmTable) AS

func (a *PgAmTable) AS(alias string) *PgAmTable

AS creates new PgAmTable with assigned alias

type PgAmopTable

type PgAmopTable struct {
	EXCLUDED pgAmopTable
	// contains filtered or unexported fields
}

func (*PgAmopTable) AS

func (a *PgAmopTable) AS(alias string) *PgAmopTable

AS creates new PgAmopTable with assigned alias

type PgAmprocTable

type PgAmprocTable struct {
	EXCLUDED pgAmprocTable
	// contains filtered or unexported fields
}

func (*PgAmprocTable) AS

func (a *PgAmprocTable) AS(alias string) *PgAmprocTable

AS creates new PgAmprocTable with assigned alias

type PgAttrdefTable

type PgAttrdefTable struct {
	EXCLUDED pgAttrdefTable
	// contains filtered or unexported fields
}

func (*PgAttrdefTable) AS

func (a *PgAttrdefTable) AS(alias string) *PgAttrdefTable

AS creates new PgAttrdefTable with assigned alias

type PgAttributeTable

type PgAttributeTable struct {
	EXCLUDED pgAttributeTable
	// contains filtered or unexported fields
}

func (*PgAttributeTable) AS

AS creates new PgAttributeTable with assigned alias

type PgAuthMembersTable

type PgAuthMembersTable struct {
	EXCLUDED pgAuthMembersTable
	// contains filtered or unexported fields
}

func (*PgAuthMembersTable) AS

AS creates new PgAuthMembersTable with assigned alias

type PgCastTable

type PgCastTable struct {
	EXCLUDED pgCastTable
	// contains filtered or unexported fields
}

func (*PgCastTable) AS

func (a *PgCastTable) AS(alias string) *PgCastTable

AS creates new PgCastTable with assigned alias

type PgClassTable

type PgClassTable struct {
	EXCLUDED pgClassTable
	// contains filtered or unexported fields
}

func (*PgClassTable) AS

func (a *PgClassTable) AS(alias string) *PgClassTable

AS creates new PgClassTable with assigned alias

type PgCollationTable

type PgCollationTable struct {
	EXCLUDED pgCollationTable
	// contains filtered or unexported fields
}

func (*PgCollationTable) AS

AS creates new PgCollationTable with assigned alias

type PgConstraintTable

type PgConstraintTable struct {
	EXCLUDED pgConstraintTable
	// contains filtered or unexported fields
}

func (*PgConstraintTable) AS

AS creates new PgConstraintTable with assigned alias

type PgConversionTable

type PgConversionTable struct {
	EXCLUDED pgConversionTable
	// contains filtered or unexported fields
}

func (*PgConversionTable) AS

AS creates new PgConversionTable with assigned alias

type PgDatabaseTable

type PgDatabaseTable struct {
	EXCLUDED pgDatabaseTable
	// contains filtered or unexported fields
}

func (*PgDatabaseTable) AS

func (a *PgDatabaseTable) AS(alias string) *PgDatabaseTable

AS creates new PgDatabaseTable with assigned alias

type PgDbRoleSettingTable

type PgDbRoleSettingTable struct {
	EXCLUDED pgDbRoleSettingTable
	// contains filtered or unexported fields
}

func (*PgDbRoleSettingTable) AS

AS creates new PgDbRoleSettingTable with assigned alias

type PgDefaultACLTable

type PgDefaultACLTable struct {
	EXCLUDED pgDefaultACLTable
	// contains filtered or unexported fields
}

func (*PgDefaultACLTable) AS

AS creates new PgDefaultACLTable with assigned alias

type PgDependTable

type PgDependTable struct {
	EXCLUDED pgDependTable
	// contains filtered or unexported fields
}

func (*PgDependTable) AS

func (a *PgDependTable) AS(alias string) *PgDependTable

AS creates new PgDependTable with assigned alias

type PgDescriptionTable

type PgDescriptionTable struct {
	EXCLUDED pgDescriptionTable
	// contains filtered or unexported fields
}

func (*PgDescriptionTable) AS

AS creates new PgDescriptionTable with assigned alias

type PgEnumTable

type PgEnumTable struct {
	EXCLUDED pgEnumTable
	// contains filtered or unexported fields
}

func (*PgEnumTable) AS

func (a *PgEnumTable) AS(alias string) *PgEnumTable

AS creates new PgEnumTable with assigned alias

type PgEventTriggerTable

type PgEventTriggerTable struct {
	EXCLUDED pgEventTriggerTable
	// contains filtered or unexported fields
}

func (*PgEventTriggerTable) AS

AS creates new PgEventTriggerTable with assigned alias

type PgExtensionTable

type PgExtensionTable struct {
	EXCLUDED pgExtensionTable
	// contains filtered or unexported fields
}

func (*PgExtensionTable) AS

AS creates new PgExtensionTable with assigned alias

type PgForeignDataWrapperTable

type PgForeignDataWrapperTable struct {
	EXCLUDED pgForeignDataWrapperTable
	// contains filtered or unexported fields
}

func (*PgForeignDataWrapperTable) AS

AS creates new PgForeignDataWrapperTable with assigned alias

type PgForeignServerTable

type PgForeignServerTable struct {
	EXCLUDED pgForeignServerTable
	// contains filtered or unexported fields
}

func (*PgForeignServerTable) AS

AS creates new PgForeignServerTable with assigned alias

type PgForeignTableTable

type PgForeignTableTable struct {
	EXCLUDED pgForeignTableTable
	// contains filtered or unexported fields
}

func (*PgForeignTableTable) AS

AS creates new PgForeignTableTable with assigned alias

type PgIndexTable

type PgIndexTable struct {
	EXCLUDED pgIndexTable
	// contains filtered or unexported fields
}

func (*PgIndexTable) AS

func (a *PgIndexTable) AS(alias string) *PgIndexTable

AS creates new PgIndexTable with assigned alias

type PgInheritsTable

type PgInheritsTable struct {
	EXCLUDED pgInheritsTable
	// contains filtered or unexported fields
}

func (*PgInheritsTable) AS

func (a *PgInheritsTable) AS(alias string) *PgInheritsTable

AS creates new PgInheritsTable with assigned alias

type PgInitPrivsTable

type PgInitPrivsTable struct {
	EXCLUDED pgInitPrivsTable
	// contains filtered or unexported fields
}

func (*PgInitPrivsTable) AS

AS creates new PgInitPrivsTable with assigned alias

type PgLanguageTable

type PgLanguageTable struct {
	EXCLUDED pgLanguageTable
	// contains filtered or unexported fields
}

func (*PgLanguageTable) AS

func (a *PgLanguageTable) AS(alias string) *PgLanguageTable

AS creates new PgLanguageTable with assigned alias

type PgLargeobjectMetadataTable

type PgLargeobjectMetadataTable struct {
	EXCLUDED pgLargeobjectMetadataTable
	// contains filtered or unexported fields
}

func (*PgLargeobjectMetadataTable) AS

AS creates new PgLargeobjectMetadataTable with assigned alias

type PgNamespaceTable

type PgNamespaceTable struct {
	EXCLUDED pgNamespaceTable
	// contains filtered or unexported fields
}

func (*PgNamespaceTable) AS

AS creates new PgNamespaceTable with assigned alias

type PgOpclassTable

type PgOpclassTable struct {
	EXCLUDED pgOpclassTable
	// contains filtered or unexported fields
}

func (*PgOpclassTable) AS

func (a *PgOpclassTable) AS(alias string) *PgOpclassTable

AS creates new PgOpclassTable with assigned alias

type PgOperatorTable

type PgOperatorTable struct {
	EXCLUDED pgOperatorTable
	// contains filtered or unexported fields
}

func (*PgOperatorTable) AS

func (a *PgOperatorTable) AS(alias string) *PgOperatorTable

AS creates new PgOperatorTable with assigned alias

type PgOpfamilyTable

type PgOpfamilyTable struct {
	EXCLUDED pgOpfamilyTable
	// contains filtered or unexported fields
}

func (*PgOpfamilyTable) AS

func (a *PgOpfamilyTable) AS(alias string) *PgOpfamilyTable

AS creates new PgOpfamilyTable with assigned alias

type PgPartitionedTableTable

type PgPartitionedTableTable struct {
	EXCLUDED pgPartitionedTableTable
	// contains filtered or unexported fields
}

func (*PgPartitionedTableTable) AS

AS creates new PgPartitionedTableTable with assigned alias

type PgPolicyTable

type PgPolicyTable struct {
	EXCLUDED pgPolicyTable
	// contains filtered or unexported fields
}

func (*PgPolicyTable) AS

func (a *PgPolicyTable) AS(alias string) *PgPolicyTable

AS creates new PgPolicyTable with assigned alias

type PgProcTable

type PgProcTable struct {
	EXCLUDED pgProcTable
	// contains filtered or unexported fields
}

func (*PgProcTable) AS

func (a *PgProcTable) AS(alias string) *PgProcTable

AS creates new PgProcTable with assigned alias

type PgPublicationRelTable

type PgPublicationRelTable struct {
	EXCLUDED pgPublicationRelTable
	// contains filtered or unexported fields
}

func (*PgPublicationRelTable) AS

AS creates new PgPublicationRelTable with assigned alias

type PgPublicationTable

type PgPublicationTable struct {
	EXCLUDED pgPublicationTable
	// contains filtered or unexported fields
}

func (*PgPublicationTable) AS

AS creates new PgPublicationTable with assigned alias

type PgRangeTable

type PgRangeTable struct {
	EXCLUDED pgRangeTable
	// contains filtered or unexported fields
}

func (*PgRangeTable) AS

func (a *PgRangeTable) AS(alias string) *PgRangeTable

AS creates new PgRangeTable with assigned alias

type PgReplicationOriginTable

type PgReplicationOriginTable struct {
	EXCLUDED pgReplicationOriginTable
	// contains filtered or unexported fields
}

func (*PgReplicationOriginTable) AS

AS creates new PgReplicationOriginTable with assigned alias

type PgRewriteTable

type PgRewriteTable struct {
	EXCLUDED pgRewriteTable
	// contains filtered or unexported fields
}

func (*PgRewriteTable) AS

func (a *PgRewriteTable) AS(alias string) *PgRewriteTable

AS creates new PgRewriteTable with assigned alias

type PgSeclabelTable

type PgSeclabelTable struct {
	EXCLUDED pgSeclabelTable
	// contains filtered or unexported fields
}

func (*PgSeclabelTable) AS

func (a *PgSeclabelTable) AS(alias string) *PgSeclabelTable

AS creates new PgSeclabelTable with assigned alias

type PgSequenceTable

type PgSequenceTable struct {
	EXCLUDED pgSequenceTable
	// contains filtered or unexported fields
}

func (*PgSequenceTable) AS

func (a *PgSequenceTable) AS(alias string) *PgSequenceTable

AS creates new PgSequenceTable with assigned alias

type PgShdependTable

type PgShdependTable struct {
	EXCLUDED pgShdependTable
	// contains filtered or unexported fields
}

func (*PgShdependTable) AS

func (a *PgShdependTable) AS(alias string) *PgShdependTable

AS creates new PgShdependTable with assigned alias

type PgShdescriptionTable

type PgShdescriptionTable struct {
	EXCLUDED pgShdescriptionTable
	// contains filtered or unexported fields
}

func (*PgShdescriptionTable) AS

AS creates new PgShdescriptionTable with assigned alias

type PgShseclabelTable

type PgShseclabelTable struct {
	EXCLUDED pgShseclabelTable
	// contains filtered or unexported fields
}

func (*PgShseclabelTable) AS

AS creates new PgShseclabelTable with assigned alias

type PgStatisticExtTable

type PgStatisticExtTable struct {
	EXCLUDED pgStatisticExtTable
	// contains filtered or unexported fields
}

func (*PgStatisticExtTable) AS

AS creates new PgStatisticExtTable with assigned alias

type PgSubscriptionRelTable

type PgSubscriptionRelTable struct {
	EXCLUDED pgSubscriptionRelTable
	// contains filtered or unexported fields
}

func (*PgSubscriptionRelTable) AS

AS creates new PgSubscriptionRelTable with assigned alias

type PgSubscriptionTable

type PgSubscriptionTable struct {
	EXCLUDED pgSubscriptionTable
	// contains filtered or unexported fields
}

func (*PgSubscriptionTable) AS

AS creates new PgSubscriptionTable with assigned alias

type PgTablespaceTable

type PgTablespaceTable struct {
	EXCLUDED pgTablespaceTable
	// contains filtered or unexported fields
}

func (*PgTablespaceTable) AS

AS creates new PgTablespaceTable with assigned alias

type PgTransformTable

type PgTransformTable struct {
	EXCLUDED pgTransformTable
	// contains filtered or unexported fields
}

func (*PgTransformTable) AS

AS creates new PgTransformTable with assigned alias

type PgTriggerTable

type PgTriggerTable struct {
	EXCLUDED pgTriggerTable
	// contains filtered or unexported fields
}

func (*PgTriggerTable) AS

func (a *PgTriggerTable) AS(alias string) *PgTriggerTable

AS creates new PgTriggerTable with assigned alias

type PgTsConfigMapTable

type PgTsConfigMapTable struct {
	EXCLUDED pgTsConfigMapTable
	// contains filtered or unexported fields
}

func (*PgTsConfigMapTable) AS

AS creates new PgTsConfigMapTable with assigned alias

type PgTsConfigTable

type PgTsConfigTable struct {
	EXCLUDED pgTsConfigTable
	// contains filtered or unexported fields
}

func (*PgTsConfigTable) AS

func (a *PgTsConfigTable) AS(alias string) *PgTsConfigTable

AS creates new PgTsConfigTable with assigned alias

type PgTsDictTable

type PgTsDictTable struct {
	EXCLUDED pgTsDictTable
	// contains filtered or unexported fields
}

func (*PgTsDictTable) AS

func (a *PgTsDictTable) AS(alias string) *PgTsDictTable

AS creates new PgTsDictTable with assigned alias

type PgTsParserTable

type PgTsParserTable struct {
	EXCLUDED pgTsParserTable
	// contains filtered or unexported fields
}

func (*PgTsParserTable) AS

func (a *PgTsParserTable) AS(alias string) *PgTsParserTable

AS creates new PgTsParserTable with assigned alias

type PgTsTemplateTable

type PgTsTemplateTable struct {
	EXCLUDED pgTsTemplateTable
	// contains filtered or unexported fields
}

func (*PgTsTemplateTable) AS

AS creates new PgTsTemplateTable with assigned alias

type PgTypeTable

type PgTypeTable struct {
	EXCLUDED pgTypeTable
	// contains filtered or unexported fields
}

func (*PgTypeTable) AS

func (a *PgTypeTable) AS(alias string) *PgTypeTable

AS creates new PgTypeTable with assigned alias

Jump to

Keyboard shortcuts

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