table

package
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: Aug 10, 2026 License: AGPL-3.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var EvaluationSubtasks = newEvaluationSubtasksTable("public", "evaluation_subtasks", "")
View Source
var EvaluationTestgroups = newEvaluationTestgroupsTable("public", "evaluation_testgroups", "")
View Source
var EvaluationTests = newEvaluationTestsTable("public", "evaluation_tests", "")
View Source
var EvaluationTestset = newEvaluationTestsetTable("public", "evaluation_testset", "")
View Source
var Evaluations = newEvaluationsTable("public", "evaluations", "")
View Source
var RuntimeData = newRuntimeDataTable("public", "runtime_data", "")
View Source
var SchemaMigrations = newSchemaMigrationsTable("public", "schema_migrations", "")
View Source
var Submissions = newSubmissionsTable("public", "submissions", "")
View Source
var Users = newUsersTable("public", "users", "")

Functions

func UseSchema

func UseSchema(schema string)

UseSchema sets a new schema name for all generated table SQL builder types. It is recommended to invoke this method only once at the beginning of the program.

Types

type EvaluationSubtasksTable

type EvaluationSubtasksTable struct {
	EXCLUDED evaluationSubtasksTable
	// contains filtered or unexported fields
}

func (EvaluationSubtasksTable) AS

AS creates new EvaluationSubtasksTable with assigned alias

func (EvaluationSubtasksTable) FromSchema

func (a EvaluationSubtasksTable) FromSchema(schemaName string) *EvaluationSubtasksTable

Schema creates new EvaluationSubtasksTable with assigned schema name

func (EvaluationSubtasksTable) WithPrefix

WithPrefix creates new EvaluationSubtasksTable with assigned table prefix

func (EvaluationSubtasksTable) WithSuffix

WithSuffix creates new EvaluationSubtasksTable with assigned table suffix

type EvaluationTestgroupsTable

type EvaluationTestgroupsTable struct {
	EXCLUDED evaluationTestgroupsTable
	// contains filtered or unexported fields
}

func (EvaluationTestgroupsTable) AS

AS creates new EvaluationTestgroupsTable with assigned alias

func (EvaluationTestgroupsTable) FromSchema

Schema creates new EvaluationTestgroupsTable with assigned schema name

func (EvaluationTestgroupsTable) WithPrefix

WithPrefix creates new EvaluationTestgroupsTable with assigned table prefix

func (EvaluationTestgroupsTable) WithSuffix

WithSuffix creates new EvaluationTestgroupsTable with assigned table suffix

type EvaluationTestsTable

type EvaluationTestsTable struct {
	EXCLUDED evaluationTestsTable
	// contains filtered or unexported fields
}

func (EvaluationTestsTable) AS

AS creates new EvaluationTestsTable with assigned alias

func (EvaluationTestsTable) FromSchema

func (a EvaluationTestsTable) FromSchema(schemaName string) *EvaluationTestsTable

Schema creates new EvaluationTestsTable with assigned schema name

func (EvaluationTestsTable) WithPrefix

func (a EvaluationTestsTable) WithPrefix(prefix string) *EvaluationTestsTable

WithPrefix creates new EvaluationTestsTable with assigned table prefix

func (EvaluationTestsTable) WithSuffix

func (a EvaluationTestsTable) WithSuffix(suffix string) *EvaluationTestsTable

WithSuffix creates new EvaluationTestsTable with assigned table suffix

type EvaluationTestsetTable

type EvaluationTestsetTable struct {
	EXCLUDED evaluationTestsetTable
	// contains filtered or unexported fields
}

func (EvaluationTestsetTable) AS

AS creates new EvaluationTestsetTable with assigned alias

func (EvaluationTestsetTable) FromSchema

func (a EvaluationTestsetTable) FromSchema(schemaName string) *EvaluationTestsetTable

Schema creates new EvaluationTestsetTable with assigned schema name

func (EvaluationTestsetTable) WithPrefix

WithPrefix creates new EvaluationTestsetTable with assigned table prefix

func (EvaluationTestsetTable) WithSuffix

WithSuffix creates new EvaluationTestsetTable with assigned table suffix

type EvaluationsTable

type EvaluationsTable struct {
	EXCLUDED evaluationsTable
	// contains filtered or unexported fields
}

func (EvaluationsTable) AS

AS creates new EvaluationsTable with assigned alias

func (EvaluationsTable) FromSchema

func (a EvaluationsTable) FromSchema(schemaName string) *EvaluationsTable

Schema creates new EvaluationsTable with assigned schema name

func (EvaluationsTable) WithPrefix

func (a EvaluationsTable) WithPrefix(prefix string) *EvaluationsTable

WithPrefix creates new EvaluationsTable with assigned table prefix

func (EvaluationsTable) WithSuffix

func (a EvaluationsTable) WithSuffix(suffix string) *EvaluationsTable

WithSuffix creates new EvaluationsTable with assigned table suffix

type RuntimeDataTable

type RuntimeDataTable struct {
	EXCLUDED runtimeDataTable
	// contains filtered or unexported fields
}

func (RuntimeDataTable) AS

AS creates new RuntimeDataTable with assigned alias

func (RuntimeDataTable) FromSchema

func (a RuntimeDataTable) FromSchema(schemaName string) *RuntimeDataTable

Schema creates new RuntimeDataTable with assigned schema name

func (RuntimeDataTable) WithPrefix

func (a RuntimeDataTable) WithPrefix(prefix string) *RuntimeDataTable

WithPrefix creates new RuntimeDataTable with assigned table prefix

func (RuntimeDataTable) WithSuffix

func (a RuntimeDataTable) WithSuffix(suffix string) *RuntimeDataTable

WithSuffix creates new RuntimeDataTable with assigned table suffix

type SchemaMigrationsTable

type SchemaMigrationsTable struct {
	EXCLUDED schemaMigrationsTable
	// contains filtered or unexported fields
}

func (SchemaMigrationsTable) AS

AS creates new SchemaMigrationsTable with assigned alias

func (SchemaMigrationsTable) FromSchema

func (a SchemaMigrationsTable) FromSchema(schemaName string) *SchemaMigrationsTable

Schema creates new SchemaMigrationsTable with assigned schema name

func (SchemaMigrationsTable) WithPrefix

func (a SchemaMigrationsTable) WithPrefix(prefix string) *SchemaMigrationsTable

WithPrefix creates new SchemaMigrationsTable with assigned table prefix

func (SchemaMigrationsTable) WithSuffix

func (a SchemaMigrationsTable) WithSuffix(suffix string) *SchemaMigrationsTable

WithSuffix creates new SchemaMigrationsTable with assigned table suffix

type SubmissionsTable

type SubmissionsTable struct {
	EXCLUDED submissionsTable
	// contains filtered or unexported fields
}

func (SubmissionsTable) AS

AS creates new SubmissionsTable with assigned alias

func (SubmissionsTable) FromSchema

func (a SubmissionsTable) FromSchema(schemaName string) *SubmissionsTable

Schema creates new SubmissionsTable with assigned schema name

func (SubmissionsTable) WithPrefix

func (a SubmissionsTable) WithPrefix(prefix string) *SubmissionsTable

WithPrefix creates new SubmissionsTable with assigned table prefix

func (SubmissionsTable) WithSuffix

func (a SubmissionsTable) WithSuffix(suffix string) *SubmissionsTable

WithSuffix creates new SubmissionsTable with assigned table suffix

type UsersTable

type UsersTable struct {
	EXCLUDED usersTable
	// contains filtered or unexported fields
}

func (UsersTable) AS

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

AS creates new UsersTable with assigned alias

func (UsersTable) FromSchema

func (a UsersTable) FromSchema(schemaName string) *UsersTable

Schema creates new UsersTable with assigned schema name

func (UsersTable) WithPrefix

func (a UsersTable) WithPrefix(prefix string) *UsersTable

WithPrefix creates new UsersTable with assigned table prefix

func (UsersTable) WithSuffix

func (a UsersTable) WithSuffix(suffix string) *UsersTable

WithSuffix creates new UsersTable with assigned table suffix

Jump to

Keyboard shortcuts

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