entitytaxinformation

package
v0.0.13 Latest Latest
Warning

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

Go to latest
Published: May 7, 2021 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// Label holds the string label denoting the entitytaxinformation type in the database.
	Label = "entity_tax_information"
	// FieldID holds the string denoting the id field in the database.
	FieldID = "id"
	// FieldType holds the string denoting the type field in the database.
	FieldType = "type"
	// FieldTaxId holds the string denoting the taxid field in the database.
	FieldTaxId = "tax_id"
	// Table holds the table name of the entitytaxinformation in the database.
	Table = "entity_tax_informations"
)

Variables

Columns holds all SQL columns for entitytaxinformation fields.

View Source
var ForeignKeys = []string{
	"entity_tax_specifications",
}

ForeignKeys holds the SQL foreign-keys that are owned by the "entity_tax_informations" table and are not defined as standalone fields in the schema.

Functions

func And

And groups predicates with the AND operator between them.

func ID

ID filters vertices based on their ID field.

func IDEQ

IDEQ applies the EQ predicate on the ID field.

func IDGT

IDGT applies the GT predicate on the ID field.

func IDGTE

IDGTE applies the GTE predicate on the ID field.

func IDIn

func IDIn(ids ...int) predicate.EntityTaxInformation

IDIn applies the In predicate on the ID field.

func IDLT

IDLT applies the LT predicate on the ID field.

func IDLTE

IDLTE applies the LTE predicate on the ID field.

func IDNEQ

IDNEQ applies the NEQ predicate on the ID field.

func IDNotIn

func IDNotIn(ids ...int) predicate.EntityTaxInformation

IDNotIn applies the NotIn predicate on the ID field.

func Not

Not applies the not operator on the given predicate.

func Or

Or groups predicates with the OR operator between them.

func TaxId

TaxId applies equality check predicate on the "taxId" field. It's identical to TaxIdEQ.

func TaxIdContains

func TaxIdContains(v string) predicate.EntityTaxInformation

TaxIdContains applies the Contains predicate on the "taxId" field.

func TaxIdContainsFold

func TaxIdContainsFold(v string) predicate.EntityTaxInformation

TaxIdContainsFold applies the ContainsFold predicate on the "taxId" field.

func TaxIdEQ

TaxIdEQ applies the EQ predicate on the "taxId" field.

func TaxIdEqualFold

func TaxIdEqualFold(v string) predicate.EntityTaxInformation

TaxIdEqualFold applies the EqualFold predicate on the "taxId" field.

func TaxIdGT

TaxIdGT applies the GT predicate on the "taxId" field.

func TaxIdGTE

TaxIdGTE applies the GTE predicate on the "taxId" field.

func TaxIdHasPrefix

func TaxIdHasPrefix(v string) predicate.EntityTaxInformation

TaxIdHasPrefix applies the HasPrefix predicate on the "taxId" field.

func TaxIdHasSuffix

func TaxIdHasSuffix(v string) predicate.EntityTaxInformation

TaxIdHasSuffix applies the HasSuffix predicate on the "taxId" field.

func TaxIdIn

func TaxIdIn(vs ...string) predicate.EntityTaxInformation

TaxIdIn applies the In predicate on the "taxId" field.

func TaxIdLT

TaxIdLT applies the LT predicate on the "taxId" field.

func TaxIdLTE

TaxIdLTE applies the LTE predicate on the "taxId" field.

func TaxIdNEQ

TaxIdNEQ applies the NEQ predicate on the "taxId" field.

func TaxIdNotIn

func TaxIdNotIn(vs ...string) predicate.EntityTaxInformation

TaxIdNotIn applies the NotIn predicate on the "taxId" field.

func TypeEQ

TypeEQ applies the EQ predicate on the "type" field.

func TypeIn

func TypeIn(vs ...Type) predicate.EntityTaxInformation

TypeIn applies the In predicate on the "type" field.

func TypeNEQ

TypeNEQ applies the NEQ predicate on the "type" field.

func TypeNotIn

func TypeNotIn(vs ...Type) predicate.EntityTaxInformation

TypeNotIn applies the NotIn predicate on the "type" field.

func TypeValidator

func TypeValidator(_type Type) error

TypeValidator is a validator for the "type" field enum values. It is called by the builders before save.

func ValidColumn

func ValidColumn(column string) bool

ValidColumn reports if the column name is valid (part of the table columns).

Types

type Type

type Type string

Type defines the type for the "type" enum field.

const (
	TypeSSN   Type = "SSN"
	TypeEIN   Type = "EIN"
	TypeITIN  Type = "ITIN"
	TypeATIN  Type = "ATIN"
	TypeOTHER Type = "OTHER"
)

Type values.

func (Type) String

func (_type Type) String() string

Jump to

Keyboard shortcuts

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