Documentation ¶
Index ¶
- Variables
- type PgAggregateTable
- type PgAmTable
- type PgAmopTable
- type PgAmprocTable
- type PgAttrdefTable
- type PgAttributeTable
- type PgAuthMembersTable
- type PgCastTable
- type PgClassTable
- type PgCollationTable
- type PgConstraintTable
- type PgConversionTable
- type PgDatabaseTable
- type PgDbRoleSettingTable
- type PgDefaultACLTable
- type PgDependTable
- type PgDescriptionTable
- type PgEnumTable
- type PgEventTriggerTable
- type PgExtensionTable
- type PgForeignDataWrapperTable
- type PgForeignServerTable
- type PgForeignTableTable
- type PgIndexTable
- type PgInheritsTable
- type PgInitPrivsTable
- type PgLanguageTable
- type PgLargeobjectMetadataTable
- type PgNamespaceTable
- type PgOpclassTable
- type PgOperatorTable
- type PgOpfamilyTable
- type PgPartitionedTableTable
- type PgPolicyTable
- type PgProcTable
- type PgPublicationRelTable
- type PgPublicationTable
- type PgRangeTable
- type PgReplicationOriginTable
- type PgRewriteTable
- type PgSeclabelTable
- type PgSequenceTable
- type PgShdependTable
- type PgShdescriptionTable
- type PgShseclabelTable
- type PgStatisticExtTable
- type PgSubscriptionRelTable
- type PgSubscriptionTable
- type PgTablespaceTable
- type PgTransformTable
- type PgTriggerTable
- type PgTsConfigMapTable
- type PgTsConfigTable
- type PgTsDictTable
- type PgTsParserTable
- type PgTsTemplateTable
- type PgTypeTable
Constants ¶
This section is empty.
Variables ¶
var PgAggregate = newPgAggregateTable()
var PgAm = newPgAmTable()
var PgAmop = newPgAmopTable()
var PgAmproc = newPgAmprocTable()
var PgAttrdef = newPgAttrdefTable()
var PgAttribute = newPgAttributeTable()
var PgAuthMembers = newPgAuthMembersTable()
var PgCast = newPgCastTable()
var PgClass = newPgClassTable()
var PgCollation = newPgCollationTable()
var PgConstraint = newPgConstraintTable()
var PgConversion = newPgConversionTable()
var PgDatabase = newPgDatabaseTable()
var PgDbRoleSetting = newPgDbRoleSettingTable()
var PgDefaultACL = newPgDefaultACLTable()
var PgDepend = newPgDependTable()
var PgDescription = newPgDescriptionTable()
var PgEnum = newPgEnumTable()
var PgEventTrigger = newPgEventTriggerTable()
var PgExtension = newPgExtensionTable()
var PgForeignDataWrapper = newPgForeignDataWrapperTable()
var PgForeignServer = newPgForeignServerTable()
var PgForeignTable = newPgForeignTableTable()
var PgIndex = newPgIndexTable()
var PgInherits = newPgInheritsTable()
var PgInitPrivs = newPgInitPrivsTable()
var PgLanguage = newPgLanguageTable()
var PgLargeobjectMetadata = newPgLargeobjectMetadataTable()
var PgNamespace = newPgNamespaceTable()
var PgOpclass = newPgOpclassTable()
var PgOperator = newPgOperatorTable()
var PgOpfamily = newPgOpfamilyTable()
var PgPartitionedTable = newPgPartitionedTableTable()
var PgPolicy = newPgPolicyTable()
var PgProc = newPgProcTable()
var PgPublication = newPgPublicationTable()
var PgPublicationRel = newPgPublicationRelTable()
var PgRange = newPgRangeTable()
var PgReplicationOrigin = newPgReplicationOriginTable()
var PgRewrite = newPgRewriteTable()
var PgSeclabel = newPgSeclabelTable()
var PgSequence = newPgSequenceTable()
var PgShdepend = newPgShdependTable()
var PgShdescription = newPgShdescriptionTable()
var PgShseclabel = newPgShseclabelTable()
var PgStatisticExt = newPgStatisticExtTable()
var PgSubscription = newPgSubscriptionTable()
var PgSubscriptionRel = newPgSubscriptionRelTable()
var PgTablespace = newPgTablespaceTable()
var PgTransform = newPgTransformTable()
var PgTrigger = newPgTriggerTable()
var PgTsConfig = newPgTsConfigTable()
var PgTsConfigMap = newPgTsConfigMapTable()
var PgTsDict = newPgTsDictTable()
var PgTsParser = newPgTsParserTable()
var PgTsTemplate = newPgTsTemplateTable()
var PgType = newPgTypeTable()
Functions ¶
This section is empty.
Types ¶
type PgAggregateTable ¶
type PgAggregateTable struct { EXCLUDED pgAggregateTable // contains filtered or unexported fields }
func (*PgAggregateTable) AS ¶
func (a *PgAggregateTable) AS(alias string) *PgAggregateTable
AS creates new PgAggregateTable with assigned alias
type PgAmTable ¶
type PgAmTable struct { EXCLUDED pgAmTable // contains filtered or unexported fields }
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 ¶
func (a *PgAttributeTable) AS(alias string) *PgAttributeTable
AS creates new PgAttributeTable with assigned alias
type PgAuthMembersTable ¶
type PgAuthMembersTable struct { EXCLUDED pgAuthMembersTable // contains filtered or unexported fields }
func (*PgAuthMembersTable) AS ¶
func (a *PgAuthMembersTable) AS(alias string) *PgAuthMembersTable
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 ¶
func (a *PgCollationTable) AS(alias string) *PgCollationTable
AS creates new PgCollationTable with assigned alias
type PgConstraintTable ¶
type PgConstraintTable struct { EXCLUDED pgConstraintTable // contains filtered or unexported fields }
func (*PgConstraintTable) AS ¶
func (a *PgConstraintTable) AS(alias string) *PgConstraintTable
AS creates new PgConstraintTable with assigned alias
type PgConversionTable ¶
type PgConversionTable struct { EXCLUDED pgConversionTable // contains filtered or unexported fields }
func (*PgConversionTable) AS ¶
func (a *PgConversionTable) AS(alias string) *PgConversionTable
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 ¶
func (a *PgDbRoleSettingTable) AS(alias string) *PgDbRoleSettingTable
AS creates new PgDbRoleSettingTable with assigned alias
type PgDefaultACLTable ¶
type PgDefaultACLTable struct { EXCLUDED pgDefaultACLTable // contains filtered or unexported fields }
func (*PgDefaultACLTable) AS ¶
func (a *PgDefaultACLTable) AS(alias string) *PgDefaultACLTable
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 ¶
func (a *PgDescriptionTable) AS(alias string) *PgDescriptionTable
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 ¶
func (a *PgEventTriggerTable) AS(alias string) *PgEventTriggerTable
AS creates new PgEventTriggerTable with assigned alias
type PgExtensionTable ¶
type PgExtensionTable struct { EXCLUDED pgExtensionTable // contains filtered or unexported fields }
func (*PgExtensionTable) AS ¶
func (a *PgExtensionTable) AS(alias string) *PgExtensionTable
AS creates new PgExtensionTable with assigned alias
type PgForeignDataWrapperTable ¶
type PgForeignDataWrapperTable struct { EXCLUDED pgForeignDataWrapperTable // contains filtered or unexported fields }
func (*PgForeignDataWrapperTable) AS ¶
func (a *PgForeignDataWrapperTable) AS(alias string) *PgForeignDataWrapperTable
AS creates new PgForeignDataWrapperTable with assigned alias
type PgForeignServerTable ¶
type PgForeignServerTable struct { EXCLUDED pgForeignServerTable // contains filtered or unexported fields }
func (*PgForeignServerTable) AS ¶
func (a *PgForeignServerTable) AS(alias string) *PgForeignServerTable
AS creates new PgForeignServerTable with assigned alias
type PgForeignTableTable ¶
type PgForeignTableTable struct { EXCLUDED pgForeignTableTable // contains filtered or unexported fields }
func (*PgForeignTableTable) AS ¶
func (a *PgForeignTableTable) AS(alias string) *PgForeignTableTable
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 ¶
func (a *PgInitPrivsTable) AS(alias string) *PgInitPrivsTable
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 ¶
func (a *PgLargeobjectMetadataTable) AS(alias string) *PgLargeobjectMetadataTable
AS creates new PgLargeobjectMetadataTable with assigned alias
type PgNamespaceTable ¶
type PgNamespaceTable struct { EXCLUDED pgNamespaceTable // contains filtered or unexported fields }
func (*PgNamespaceTable) AS ¶
func (a *PgNamespaceTable) AS(alias string) *PgNamespaceTable
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 ¶
func (a *PgPartitionedTableTable) AS(alias string) *PgPartitionedTableTable
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 ¶
func (a *PgPublicationRelTable) AS(alias string) *PgPublicationRelTable
AS creates new PgPublicationRelTable with assigned alias
type PgPublicationTable ¶
type PgPublicationTable struct { EXCLUDED pgPublicationTable // contains filtered or unexported fields }
func (*PgPublicationTable) AS ¶
func (a *PgPublicationTable) AS(alias string) *PgPublicationTable
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 ¶
func (a *PgReplicationOriginTable) AS(alias string) *PgReplicationOriginTable
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 ¶
func (a *PgShdescriptionTable) AS(alias string) *PgShdescriptionTable
AS creates new PgShdescriptionTable with assigned alias
type PgShseclabelTable ¶
type PgShseclabelTable struct { EXCLUDED pgShseclabelTable // contains filtered or unexported fields }
func (*PgShseclabelTable) AS ¶
func (a *PgShseclabelTable) AS(alias string) *PgShseclabelTable
AS creates new PgShseclabelTable with assigned alias
type PgStatisticExtTable ¶
type PgStatisticExtTable struct { EXCLUDED pgStatisticExtTable // contains filtered or unexported fields }
func (*PgStatisticExtTable) AS ¶
func (a *PgStatisticExtTable) AS(alias string) *PgStatisticExtTable
AS creates new PgStatisticExtTable with assigned alias
type PgSubscriptionRelTable ¶
type PgSubscriptionRelTable struct { EXCLUDED pgSubscriptionRelTable // contains filtered or unexported fields }
func (*PgSubscriptionRelTable) AS ¶
func (a *PgSubscriptionRelTable) AS(alias string) *PgSubscriptionRelTable
AS creates new PgSubscriptionRelTable with assigned alias
type PgSubscriptionTable ¶
type PgSubscriptionTable struct { EXCLUDED pgSubscriptionTable // contains filtered or unexported fields }
func (*PgSubscriptionTable) AS ¶
func (a *PgSubscriptionTable) AS(alias string) *PgSubscriptionTable
AS creates new PgSubscriptionTable with assigned alias
type PgTablespaceTable ¶
type PgTablespaceTable struct { EXCLUDED pgTablespaceTable // contains filtered or unexported fields }
func (*PgTablespaceTable) AS ¶
func (a *PgTablespaceTable) AS(alias string) *PgTablespaceTable
AS creates new PgTablespaceTable with assigned alias
type PgTransformTable ¶
type PgTransformTable struct { EXCLUDED pgTransformTable // contains filtered or unexported fields }
func (*PgTransformTable) AS ¶
func (a *PgTransformTable) AS(alias string) *PgTransformTable
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 ¶
func (a *PgTsConfigMapTable) AS(alias string) *PgTsConfigMapTable
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 ¶
func (a *PgTsTemplateTable) AS(alias string) *PgTsTemplateTable
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
Source Files ¶
- pg_aggregate.go
- pg_am.go
- pg_amop.go
- pg_amproc.go
- pg_attrdef.go
- pg_attribute.go
- pg_auth_members.go
- pg_cast.go
- pg_class.go
- pg_collation.go
- pg_constraint.go
- pg_conversion.go
- pg_database.go
- pg_db_role_setting.go
- pg_default_acl.go
- pg_depend.go
- pg_description.go
- pg_enum.go
- pg_event_trigger.go
- pg_extension.go
- pg_foreign_data_wrapper.go
- pg_foreign_server.go
- pg_foreign_table.go
- pg_index.go
- pg_inherits.go
- pg_init_privs.go
- pg_language.go
- pg_largeobject_metadata.go
- pg_namespace.go
- pg_opclass.go
- pg_operator.go
- pg_opfamily.go
- pg_partitioned_table.go
- pg_policy.go
- pg_proc.go
- pg_publication.go
- pg_publication_rel.go
- pg_range.go
- pg_replication_origin.go
- pg_rewrite.go
- pg_seclabel.go
- pg_sequence.go
- pg_shdepend.go
- pg_shdescription.go
- pg_shseclabel.go
- pg_statistic_ext.go
- pg_subscription.go
- pg_subscription_rel.go
- pg_tablespace.go
- pg_transform.go
- pg_trigger.go
- pg_ts_config.go
- pg_ts_config_map.go
- pg_ts_dict.go
- pg_ts_parser.go
- pg_ts_template.go
- pg_type.go