Documentation
¶
Index ¶
- Variables
- type AdministrableRoleAuthorizationsTable
- type ApplicableRolesTable
- type AttributesTable
- type CharacterSetsTable
- type CheckConstraintRoutineUsageTable
- type CheckConstraintsTable
- type CollationCharacterSetApplicabilityTable
- type CollationsTable
- type ColumnColumnUsageTable
- type ColumnDomainUsageTable
- type ColumnOptionsTable
- type ColumnPrivilegesTable
- type ColumnUdtUsageTable
- type ColumnsTable
- type ConstraintColumnUsageTable
- type ConstraintTableUsageTable
- type DataTypePrivilegesTable
- type DomainConstraintsTable
- type DomainUdtUsageTable
- type DomainsTable
- type ElementTypesTable
- type EnabledRolesTable
- type ForeignDataWrapperOptionsTable
- type ForeignDataWrappersTable
- type ForeignServerOptionsTable
- type ForeignServersTable
- type ForeignTableOptionsTable
- type ForeignTablesTable
- type InformationSchemaCatalogNameTable
- type KeyColumnUsageTable
- type ParametersTable
- type ReferentialConstraintsTable
- type RoleColumnGrantsTable
- type RoleRoutineGrantsTable
- type RoleTableGrantsTable
- type RoleUdtGrantsTable
- type RoleUsageGrantsTable
- type RoutinePrivilegesTable
- type RoutinesTable
- type SchemataTable
- type SequencesTable
- type TableConstraintsTable
- type TablePrivilegesTable
- type TablesTable
- type TriggeredUpdateColumnsTable
- type TriggersTable
- type UdtPrivilegesTable
- type UsagePrivilegesTable
- type UserDefinedTypesTable
- type UserMappingOptionsTable
- type UserMappingsTable
- type ViewColumnUsageTable
- type ViewRoutineUsageTable
- type ViewTableUsageTable
- type ViewsTable
Constants ¶
This section is empty.
Variables ¶
var AdministrableRoleAuthorizations = newAdministrableRoleAuthorizationsTable()
var ApplicableRoles = newApplicableRolesTable()
var Attributes = newAttributesTable()
var CharacterSets = newCharacterSetsTable()
var CheckConstraintRoutineUsage = newCheckConstraintRoutineUsageTable()
var CheckConstraints = newCheckConstraintsTable()
var CollationCharacterSetApplicability = newCollationCharacterSetApplicabilityTable()
var Collations = newCollationsTable()
var ColumnColumnUsage = newColumnColumnUsageTable()
var ColumnDomainUsage = newColumnDomainUsageTable()
var ColumnOptions = newColumnOptionsTable()
var ColumnPrivileges = newColumnPrivilegesTable()
var ColumnUdtUsage = newColumnUdtUsageTable()
var Columns = newColumnsTable()
var ConstraintColumnUsage = newConstraintColumnUsageTable()
var ConstraintTableUsage = newConstraintTableUsageTable()
var DataTypePrivileges = newDataTypePrivilegesTable()
var DomainConstraints = newDomainConstraintsTable()
var DomainUdtUsage = newDomainUdtUsageTable()
var Domains = newDomainsTable()
var ElementTypes = newElementTypesTable()
var EnabledRoles = newEnabledRolesTable()
var ForeignDataWrapperOptions = newForeignDataWrapperOptionsTable()
var ForeignDataWrappers = newForeignDataWrappersTable()
var ForeignServerOptions = newForeignServerOptionsTable()
var ForeignServers = newForeignServersTable()
var ForeignTableOptions = newForeignTableOptionsTable()
var ForeignTables = newForeignTablesTable()
var InformationSchemaCatalogName = newInformationSchemaCatalogNameTable()
var KeyColumnUsage = newKeyColumnUsageTable()
var Parameters = newParametersTable()
var ReferentialConstraints = newReferentialConstraintsTable()
var RoleColumnGrants = newRoleColumnGrantsTable()
var RoleRoutineGrants = newRoleRoutineGrantsTable()
var RoleTableGrants = newRoleTableGrantsTable()
var RoleUdtGrants = newRoleUdtGrantsTable()
var RoleUsageGrants = newRoleUsageGrantsTable()
var RoutinePrivileges = newRoutinePrivilegesTable()
var Routines = newRoutinesTable()
var Schemata = newSchemataTable()
var Sequences = newSequencesTable()
var TableConstraints = newTableConstraintsTable()
var TablePrivileges = newTablePrivilegesTable()
var Tables = newTablesTable()
var TriggeredUpdateColumns = newTriggeredUpdateColumnsTable()
var Triggers = newTriggersTable()
var UdtPrivileges = newUdtPrivilegesTable()
var UsagePrivileges = newUsagePrivilegesTable()
var UserDefinedTypes = newUserDefinedTypesTable()
var UserMappingOptions = newUserMappingOptionsTable()
var UserMappings = newUserMappingsTable()
var ViewColumnUsage = newViewColumnUsageTable()
var ViewRoutineUsage = newViewRoutineUsageTable()
var ViewTableUsage = newViewTableUsageTable()
var Views = newViewsTable()
Functions ¶
This section is empty.
Types ¶
type AdministrableRoleAuthorizationsTable ¶
type AdministrableRoleAuthorizationsTable struct { EXCLUDED administrableRoleAuthorizationsTable // contains filtered or unexported fields }
func (*AdministrableRoleAuthorizationsTable) AS ¶
func (a *AdministrableRoleAuthorizationsTable) AS(alias string) *AdministrableRoleAuthorizationsTable
AS creates new AdministrableRoleAuthorizationsTable with assigned alias
type ApplicableRolesTable ¶
type ApplicableRolesTable struct { EXCLUDED applicableRolesTable // contains filtered or unexported fields }
func (*ApplicableRolesTable) AS ¶
func (a *ApplicableRolesTable) AS(alias string) *ApplicableRolesTable
AS creates new ApplicableRolesTable with assigned alias
type AttributesTable ¶
type AttributesTable struct { EXCLUDED attributesTable // contains filtered or unexported fields }
func (*AttributesTable) AS ¶
func (a *AttributesTable) AS(alias string) *AttributesTable
AS creates new AttributesTable with assigned alias
type CharacterSetsTable ¶
type CharacterSetsTable struct { EXCLUDED characterSetsTable // contains filtered or unexported fields }
func (*CharacterSetsTable) AS ¶
func (a *CharacterSetsTable) AS(alias string) *CharacterSetsTable
AS creates new CharacterSetsTable with assigned alias
type CheckConstraintRoutineUsageTable ¶
type CheckConstraintRoutineUsageTable struct { EXCLUDED checkConstraintRoutineUsageTable // contains filtered or unexported fields }
func (*CheckConstraintRoutineUsageTable) AS ¶
func (a *CheckConstraintRoutineUsageTable) AS(alias string) *CheckConstraintRoutineUsageTable
AS creates new CheckConstraintRoutineUsageTable with assigned alias
type CheckConstraintsTable ¶
type CheckConstraintsTable struct { EXCLUDED checkConstraintsTable // contains filtered or unexported fields }
func (*CheckConstraintsTable) AS ¶
func (a *CheckConstraintsTable) AS(alias string) *CheckConstraintsTable
AS creates new CheckConstraintsTable with assigned alias
type CollationCharacterSetApplicabilityTable ¶
type CollationCharacterSetApplicabilityTable struct { EXCLUDED collationCharacterSetApplicabilityTable // contains filtered or unexported fields }
func (*CollationCharacterSetApplicabilityTable) AS ¶
func (a *CollationCharacterSetApplicabilityTable) AS(alias string) *CollationCharacterSetApplicabilityTable
AS creates new CollationCharacterSetApplicabilityTable with assigned alias
type CollationsTable ¶
type CollationsTable struct { EXCLUDED collationsTable // contains filtered or unexported fields }
func (*CollationsTable) AS ¶
func (a *CollationsTable) AS(alias string) *CollationsTable
AS creates new CollationsTable with assigned alias
type ColumnColumnUsageTable ¶
type ColumnColumnUsageTable struct { EXCLUDED columnColumnUsageTable // contains filtered or unexported fields }
func (*ColumnColumnUsageTable) AS ¶
func (a *ColumnColumnUsageTable) AS(alias string) *ColumnColumnUsageTable
AS creates new ColumnColumnUsageTable with assigned alias
type ColumnDomainUsageTable ¶
type ColumnDomainUsageTable struct { EXCLUDED columnDomainUsageTable // contains filtered or unexported fields }
func (*ColumnDomainUsageTable) AS ¶
func (a *ColumnDomainUsageTable) AS(alias string) *ColumnDomainUsageTable
AS creates new ColumnDomainUsageTable with assigned alias
type ColumnOptionsTable ¶
type ColumnOptionsTable struct { EXCLUDED columnOptionsTable // contains filtered or unexported fields }
func (*ColumnOptionsTable) AS ¶
func (a *ColumnOptionsTable) AS(alias string) *ColumnOptionsTable
AS creates new ColumnOptionsTable with assigned alias
type ColumnPrivilegesTable ¶
type ColumnPrivilegesTable struct { EXCLUDED columnPrivilegesTable // contains filtered or unexported fields }
func (*ColumnPrivilegesTable) AS ¶
func (a *ColumnPrivilegesTable) AS(alias string) *ColumnPrivilegesTable
AS creates new ColumnPrivilegesTable with assigned alias
type ColumnUdtUsageTable ¶
type ColumnUdtUsageTable struct { EXCLUDED columnUdtUsageTable // contains filtered or unexported fields }
func (*ColumnUdtUsageTable) AS ¶
func (a *ColumnUdtUsageTable) AS(alias string) *ColumnUdtUsageTable
AS creates new ColumnUdtUsageTable with assigned alias
type ColumnsTable ¶
type ColumnsTable struct { EXCLUDED columnsTable // contains filtered or unexported fields }
func (*ColumnsTable) AS ¶
func (a *ColumnsTable) AS(alias string) *ColumnsTable
AS creates new ColumnsTable with assigned alias
type ConstraintColumnUsageTable ¶
type ConstraintColumnUsageTable struct { EXCLUDED constraintColumnUsageTable // contains filtered or unexported fields }
func (*ConstraintColumnUsageTable) AS ¶
func (a *ConstraintColumnUsageTable) AS(alias string) *ConstraintColumnUsageTable
AS creates new ConstraintColumnUsageTable with assigned alias
type ConstraintTableUsageTable ¶
type ConstraintTableUsageTable struct { EXCLUDED constraintTableUsageTable // contains filtered or unexported fields }
func (*ConstraintTableUsageTable) AS ¶
func (a *ConstraintTableUsageTable) AS(alias string) *ConstraintTableUsageTable
AS creates new ConstraintTableUsageTable with assigned alias
type DataTypePrivilegesTable ¶
type DataTypePrivilegesTable struct { EXCLUDED dataTypePrivilegesTable // contains filtered or unexported fields }
func (*DataTypePrivilegesTable) AS ¶
func (a *DataTypePrivilegesTable) AS(alias string) *DataTypePrivilegesTable
AS creates new DataTypePrivilegesTable with assigned alias
type DomainConstraintsTable ¶
type DomainConstraintsTable struct { EXCLUDED domainConstraintsTable // contains filtered or unexported fields }
func (*DomainConstraintsTable) AS ¶
func (a *DomainConstraintsTable) AS(alias string) *DomainConstraintsTable
AS creates new DomainConstraintsTable with assigned alias
type DomainUdtUsageTable ¶
type DomainUdtUsageTable struct { EXCLUDED domainUdtUsageTable // contains filtered or unexported fields }
func (*DomainUdtUsageTable) AS ¶
func (a *DomainUdtUsageTable) AS(alias string) *DomainUdtUsageTable
AS creates new DomainUdtUsageTable with assigned alias
type DomainsTable ¶
type DomainsTable struct { EXCLUDED domainsTable // contains filtered or unexported fields }
func (*DomainsTable) AS ¶
func (a *DomainsTable) AS(alias string) *DomainsTable
AS creates new DomainsTable with assigned alias
type ElementTypesTable ¶
type ElementTypesTable struct { EXCLUDED elementTypesTable // contains filtered or unexported fields }
func (*ElementTypesTable) AS ¶
func (a *ElementTypesTable) AS(alias string) *ElementTypesTable
AS creates new ElementTypesTable with assigned alias
type EnabledRolesTable ¶
type EnabledRolesTable struct { EXCLUDED enabledRolesTable // contains filtered or unexported fields }
func (*EnabledRolesTable) AS ¶
func (a *EnabledRolesTable) AS(alias string) *EnabledRolesTable
AS creates new EnabledRolesTable with assigned alias
type ForeignDataWrapperOptionsTable ¶
type ForeignDataWrapperOptionsTable struct { EXCLUDED foreignDataWrapperOptionsTable // contains filtered or unexported fields }
func (*ForeignDataWrapperOptionsTable) AS ¶
func (a *ForeignDataWrapperOptionsTable) AS(alias string) *ForeignDataWrapperOptionsTable
AS creates new ForeignDataWrapperOptionsTable with assigned alias
type ForeignDataWrappersTable ¶
type ForeignDataWrappersTable struct { EXCLUDED foreignDataWrappersTable // contains filtered or unexported fields }
func (*ForeignDataWrappersTable) AS ¶
func (a *ForeignDataWrappersTable) AS(alias string) *ForeignDataWrappersTable
AS creates new ForeignDataWrappersTable with assigned alias
type ForeignServerOptionsTable ¶
type ForeignServerOptionsTable struct { EXCLUDED foreignServerOptionsTable // contains filtered or unexported fields }
func (*ForeignServerOptionsTable) AS ¶
func (a *ForeignServerOptionsTable) AS(alias string) *ForeignServerOptionsTable
AS creates new ForeignServerOptionsTable with assigned alias
type ForeignServersTable ¶
type ForeignServersTable struct { EXCLUDED foreignServersTable // contains filtered or unexported fields }
func (*ForeignServersTable) AS ¶
func (a *ForeignServersTable) AS(alias string) *ForeignServersTable
AS creates new ForeignServersTable with assigned alias
type ForeignTableOptionsTable ¶
type ForeignTableOptionsTable struct { EXCLUDED foreignTableOptionsTable // contains filtered or unexported fields }
func (*ForeignTableOptionsTable) AS ¶
func (a *ForeignTableOptionsTable) AS(alias string) *ForeignTableOptionsTable
AS creates new ForeignTableOptionsTable with assigned alias
type ForeignTablesTable ¶
type ForeignTablesTable struct { EXCLUDED foreignTablesTable // contains filtered or unexported fields }
func (*ForeignTablesTable) AS ¶
func (a *ForeignTablesTable) AS(alias string) *ForeignTablesTable
AS creates new ForeignTablesTable with assigned alias
type InformationSchemaCatalogNameTable ¶
type InformationSchemaCatalogNameTable struct { EXCLUDED informationSchemaCatalogNameTable // contains filtered or unexported fields }
func (*InformationSchemaCatalogNameTable) AS ¶
func (a *InformationSchemaCatalogNameTable) AS(alias string) *InformationSchemaCatalogNameTable
AS creates new InformationSchemaCatalogNameTable with assigned alias
type KeyColumnUsageTable ¶
type KeyColumnUsageTable struct { EXCLUDED keyColumnUsageTable // contains filtered or unexported fields }
func (*KeyColumnUsageTable) AS ¶
func (a *KeyColumnUsageTable) AS(alias string) *KeyColumnUsageTable
AS creates new KeyColumnUsageTable with assigned alias
type ParametersTable ¶
type ParametersTable struct { EXCLUDED parametersTable // contains filtered or unexported fields }
func (*ParametersTable) AS ¶
func (a *ParametersTable) AS(alias string) *ParametersTable
AS creates new ParametersTable with assigned alias
type ReferentialConstraintsTable ¶
type ReferentialConstraintsTable struct { EXCLUDED referentialConstraintsTable // contains filtered or unexported fields }
func (*ReferentialConstraintsTable) AS ¶
func (a *ReferentialConstraintsTable) AS(alias string) *ReferentialConstraintsTable
AS creates new ReferentialConstraintsTable with assigned alias
type RoleColumnGrantsTable ¶
type RoleColumnGrantsTable struct { EXCLUDED roleColumnGrantsTable // contains filtered or unexported fields }
func (*RoleColumnGrantsTable) AS ¶
func (a *RoleColumnGrantsTable) AS(alias string) *RoleColumnGrantsTable
AS creates new RoleColumnGrantsTable with assigned alias
type RoleRoutineGrantsTable ¶
type RoleRoutineGrantsTable struct { EXCLUDED roleRoutineGrantsTable // contains filtered or unexported fields }
func (*RoleRoutineGrantsTable) AS ¶
func (a *RoleRoutineGrantsTable) AS(alias string) *RoleRoutineGrantsTable
AS creates new RoleRoutineGrantsTable with assigned alias
type RoleTableGrantsTable ¶
type RoleTableGrantsTable struct { EXCLUDED roleTableGrantsTable // contains filtered or unexported fields }
func (*RoleTableGrantsTable) AS ¶
func (a *RoleTableGrantsTable) AS(alias string) *RoleTableGrantsTable
AS creates new RoleTableGrantsTable with assigned alias
type RoleUdtGrantsTable ¶
type RoleUdtGrantsTable struct { EXCLUDED roleUdtGrantsTable // contains filtered or unexported fields }
func (*RoleUdtGrantsTable) AS ¶
func (a *RoleUdtGrantsTable) AS(alias string) *RoleUdtGrantsTable
AS creates new RoleUdtGrantsTable with assigned alias
type RoleUsageGrantsTable ¶
type RoleUsageGrantsTable struct { EXCLUDED roleUsageGrantsTable // contains filtered or unexported fields }
func (*RoleUsageGrantsTable) AS ¶
func (a *RoleUsageGrantsTable) AS(alias string) *RoleUsageGrantsTable
AS creates new RoleUsageGrantsTable with assigned alias
type RoutinePrivilegesTable ¶
type RoutinePrivilegesTable struct { EXCLUDED routinePrivilegesTable // contains filtered or unexported fields }
func (*RoutinePrivilegesTable) AS ¶
func (a *RoutinePrivilegesTable) AS(alias string) *RoutinePrivilegesTable
AS creates new RoutinePrivilegesTable with assigned alias
type RoutinesTable ¶
type RoutinesTable struct { EXCLUDED routinesTable // contains filtered or unexported fields }
func (*RoutinesTable) AS ¶
func (a *RoutinesTable) AS(alias string) *RoutinesTable
AS creates new RoutinesTable with assigned alias
type SchemataTable ¶
type SchemataTable struct { EXCLUDED schemataTable // contains filtered or unexported fields }
func (*SchemataTable) AS ¶
func (a *SchemataTable) AS(alias string) *SchemataTable
AS creates new SchemataTable with assigned alias
type SequencesTable ¶
type SequencesTable struct { EXCLUDED sequencesTable // contains filtered or unexported fields }
func (*SequencesTable) AS ¶
func (a *SequencesTable) AS(alias string) *SequencesTable
AS creates new SequencesTable with assigned alias
type TableConstraintsTable ¶
type TableConstraintsTable struct { EXCLUDED tableConstraintsTable // contains filtered or unexported fields }
func (*TableConstraintsTable) AS ¶
func (a *TableConstraintsTable) AS(alias string) *TableConstraintsTable
AS creates new TableConstraintsTable with assigned alias
type TablePrivilegesTable ¶
type TablePrivilegesTable struct { EXCLUDED tablePrivilegesTable // contains filtered or unexported fields }
func (*TablePrivilegesTable) AS ¶
func (a *TablePrivilegesTable) AS(alias string) *TablePrivilegesTable
AS creates new TablePrivilegesTable with assigned alias
type TablesTable ¶
type TablesTable struct { EXCLUDED tablesTable // contains filtered or unexported fields }
func (*TablesTable) AS ¶
func (a *TablesTable) AS(alias string) *TablesTable
AS creates new TablesTable with assigned alias
type TriggeredUpdateColumnsTable ¶
type TriggeredUpdateColumnsTable struct { EXCLUDED triggeredUpdateColumnsTable // contains filtered or unexported fields }
func (*TriggeredUpdateColumnsTable) AS ¶
func (a *TriggeredUpdateColumnsTable) AS(alias string) *TriggeredUpdateColumnsTable
AS creates new TriggeredUpdateColumnsTable with assigned alias
type TriggersTable ¶
type TriggersTable struct { EXCLUDED triggersTable // contains filtered or unexported fields }
func (*TriggersTable) AS ¶
func (a *TriggersTable) AS(alias string) *TriggersTable
AS creates new TriggersTable with assigned alias
type UdtPrivilegesTable ¶
type UdtPrivilegesTable struct { EXCLUDED udtPrivilegesTable // contains filtered or unexported fields }
func (*UdtPrivilegesTable) AS ¶
func (a *UdtPrivilegesTable) AS(alias string) *UdtPrivilegesTable
AS creates new UdtPrivilegesTable with assigned alias
type UsagePrivilegesTable ¶
type UsagePrivilegesTable struct { EXCLUDED usagePrivilegesTable // contains filtered or unexported fields }
func (*UsagePrivilegesTable) AS ¶
func (a *UsagePrivilegesTable) AS(alias string) *UsagePrivilegesTable
AS creates new UsagePrivilegesTable with assigned alias
type UserDefinedTypesTable ¶
type UserDefinedTypesTable struct { EXCLUDED userDefinedTypesTable // contains filtered or unexported fields }
func (*UserDefinedTypesTable) AS ¶
func (a *UserDefinedTypesTable) AS(alias string) *UserDefinedTypesTable
AS creates new UserDefinedTypesTable with assigned alias
type UserMappingOptionsTable ¶
type UserMappingOptionsTable struct { EXCLUDED userMappingOptionsTable // contains filtered or unexported fields }
func (*UserMappingOptionsTable) AS ¶
func (a *UserMappingOptionsTable) AS(alias string) *UserMappingOptionsTable
AS creates new UserMappingOptionsTable with assigned alias
type UserMappingsTable ¶
type UserMappingsTable struct { EXCLUDED userMappingsTable // contains filtered or unexported fields }
func (*UserMappingsTable) AS ¶
func (a *UserMappingsTable) AS(alias string) *UserMappingsTable
AS creates new UserMappingsTable with assigned alias
type ViewColumnUsageTable ¶
type ViewColumnUsageTable struct { EXCLUDED viewColumnUsageTable // contains filtered or unexported fields }
func (*ViewColumnUsageTable) AS ¶
func (a *ViewColumnUsageTable) AS(alias string) *ViewColumnUsageTable
AS creates new ViewColumnUsageTable with assigned alias
type ViewRoutineUsageTable ¶
type ViewRoutineUsageTable struct { EXCLUDED viewRoutineUsageTable // contains filtered or unexported fields }
func (*ViewRoutineUsageTable) AS ¶
func (a *ViewRoutineUsageTable) AS(alias string) *ViewRoutineUsageTable
AS creates new ViewRoutineUsageTable with assigned alias
type ViewTableUsageTable ¶
type ViewTableUsageTable struct { EXCLUDED viewTableUsageTable // contains filtered or unexported fields }
func (*ViewTableUsageTable) AS ¶
func (a *ViewTableUsageTable) AS(alias string) *ViewTableUsageTable
AS creates new ViewTableUsageTable with assigned alias
type ViewsTable ¶
type ViewsTable struct { EXCLUDED viewsTable // contains filtered or unexported fields }
func (*ViewsTable) AS ¶
func (a *ViewsTable) AS(alias string) *ViewsTable
AS creates new ViewsTable with assigned alias
Source Files
¶
- administrable_role_authorizations.go
- applicable_roles.go
- attributes.go
- character_sets.go
- check_constraint_routine_usage.go
- check_constraints.go
- collation_character_set_applicability.go
- collations.go
- column_column_usage.go
- column_domain_usage.go
- column_options.go
- column_privileges.go
- column_udt_usage.go
- columns.go
- constraint_column_usage.go
- constraint_table_usage.go
- data_type_privileges.go
- domain_constraints.go
- domain_udt_usage.go
- domains.go
- element_types.go
- enabled_roles.go
- foreign_data_wrapper_options.go
- foreign_data_wrappers.go
- foreign_server_options.go
- foreign_servers.go
- foreign_table_options.go
- foreign_tables.go
- information_schema_catalog_name.go
- key_column_usage.go
- parameters.go
- referential_constraints.go
- role_column_grants.go
- role_routine_grants.go
- role_table_grants.go
- role_udt_grants.go
- role_usage_grants.go
- routine_privileges.go
- routines.go
- schemata.go
- sequences.go
- table_constraints.go
- table_privileges.go
- tables.go
- triggered_update_columns.go
- triggers.go
- udt_privileges.go
- usage_privileges.go
- user_defined_types.go
- user_mapping_options.go
- user_mappings.go
- view_column_usage.go
- view_routine_usage.go
- view_table_usage.go
- views.go