Documentation ¶
Index ¶
- Variables
- func UseSchema(schema string)
- type EvaluationStatusesTable
- func (a EvaluationStatusesTable) AS(alias string) *EvaluationStatusesTable
- func (a EvaluationStatusesTable) FromSchema(schemaName string) *EvaluationStatusesTable
- func (a EvaluationStatusesTable) WithPrefix(prefix string) *EvaluationStatusesTable
- func (a EvaluationStatusesTable) WithSuffix(suffix string) *EvaluationStatusesTable
- type EvaluationTestResultsTable
- func (a EvaluationTestResultsTable) AS(alias string) *EvaluationTestResultsTable
- func (a EvaluationTestResultsTable) FromSchema(schemaName string) *EvaluationTestResultsTable
- func (a EvaluationTestResultsTable) WithPrefix(prefix string) *EvaluationTestResultsTable
- func (a EvaluationTestResultsTable) WithSuffix(suffix string) *EvaluationTestResultsTable
- type EvaluationsTable
- type FlywaySchemaHistoryTable
- func (a FlywaySchemaHistoryTable) AS(alias string) *FlywaySchemaHistoryTable
- func (a FlywaySchemaHistoryTable) FromSchema(schemaName string) *FlywaySchemaHistoryTable
- func (a FlywaySchemaHistoryTable) WithPrefix(prefix string) *FlywaySchemaHistoryTable
- func (a FlywaySchemaHistoryTable) WithSuffix(suffix string) *FlywaySchemaHistoryTable
- type MarkdownStatementsTable
- func (a MarkdownStatementsTable) AS(alias string) *MarkdownStatementsTable
- func (a MarkdownStatementsTable) FromSchema(schemaName string) *MarkdownStatementsTable
- func (a MarkdownStatementsTable) WithPrefix(prefix string) *MarkdownStatementsTable
- func (a MarkdownStatementsTable) WithSuffix(suffix string) *MarkdownStatementsTable
- type ProblemTagsTable
- type ProgrammingLanguagesTable
- func (a ProgrammingLanguagesTable) AS(alias string) *ProgrammingLanguagesTable
- func (a ProgrammingLanguagesTable) FromSchema(schemaName string) *ProgrammingLanguagesTable
- func (a ProgrammingLanguagesTable) WithPrefix(prefix string) *ProgrammingLanguagesTable
- func (a ProgrammingLanguagesTable) WithSuffix(suffix string) *ProgrammingLanguagesTable
- type RuntimeDataTable
- type RuntimeStatisticsTable
- func (a RuntimeStatisticsTable) AS(alias string) *RuntimeStatisticsTable
- func (a RuntimeStatisticsTable) FromSchema(schemaName string) *RuntimeStatisticsTable
- func (a RuntimeStatisticsTable) WithPrefix(prefix string) *RuntimeStatisticsTable
- func (a RuntimeStatisticsTable) WithSuffix(suffix string) *RuntimeStatisticsTable
- type StatementExamplesTable
- func (a StatementExamplesTable) AS(alias string) *StatementExamplesTable
- func (a StatementExamplesTable) FromSchema(schemaName string) *StatementExamplesTable
- func (a StatementExamplesTable) WithPrefix(prefix string) *StatementExamplesTable
- func (a StatementExamplesTable) WithSuffix(suffix string) *StatementExamplesTable
- type SubmissionEvaluationsTable
- func (a SubmissionEvaluationsTable) AS(alias string) *SubmissionEvaluationsTable
- func (a SubmissionEvaluationsTable) FromSchema(schemaName string) *SubmissionEvaluationsTable
- func (a SubmissionEvaluationsTable) WithPrefix(prefix string) *SubmissionEvaluationsTable
- func (a SubmissionEvaluationsTable) WithSuffix(suffix string) *SubmissionEvaluationsTable
- type TaskOriginsTable
- type TaskSubmissionsTable
- func (a TaskSubmissionsTable) AS(alias string) *TaskSubmissionsTable
- func (a TaskSubmissionsTable) FromSchema(schemaName string) *TaskSubmissionsTable
- func (a TaskSubmissionsTable) WithPrefix(prefix string) *TaskSubmissionsTable
- func (a TaskSubmissionsTable) WithSuffix(suffix string) *TaskSubmissionsTable
- type TaskVersionTestsTable
- func (a TaskVersionTestsTable) AS(alias string) *TaskVersionTestsTable
- func (a TaskVersionTestsTable) FromSchema(schemaName string) *TaskVersionTestsTable
- func (a TaskVersionTestsTable) WithPrefix(prefix string) *TaskVersionTestsTable
- func (a TaskVersionTestsTable) WithSuffix(suffix string) *TaskVersionTestsTable
- type TaskVersionsTable
- type TasksTable
- type TestingTypesTable
- type TestlibCheckersTable
- func (a TestlibCheckersTable) AS(alias string) *TestlibCheckersTable
- func (a TestlibCheckersTable) FromSchema(schemaName string) *TestlibCheckersTable
- func (a TestlibCheckersTable) WithPrefix(prefix string) *TestlibCheckersTable
- func (a TestlibCheckersTable) WithSuffix(suffix string) *TestlibCheckersTable
- type TestlibInteractorsTable
- func (a TestlibInteractorsTable) AS(alias string) *TestlibInteractorsTable
- func (a TestlibInteractorsTable) FromSchema(schemaName string) *TestlibInteractorsTable
- func (a TestlibInteractorsTable) WithPrefix(prefix string) *TestlibInteractorsTable
- func (a TestlibInteractorsTable) WithSuffix(suffix string) *TestlibInteractorsTable
- type TextFilesTable
- type UsersTable
- type VersionAuthorsTable
Constants ¶
This section is empty.
Variables ¶
var EvaluationStatuses = newEvaluationStatusesTable("public", "evaluation_statuses", "")
var EvaluationTestResults = newEvaluationTestResultsTable("public", "evaluation_test_results", "")
var Evaluations = newEvaluationsTable("public", "evaluations", "")
var FlywaySchemaHistory = newFlywaySchemaHistoryTable("public", "flyway_schema_history", "")
var MarkdownStatements = newMarkdownStatementsTable("public", "markdown_statements", "")
var ProblemTags = newProblemTagsTable("public", "problem_tags", "")
var ProgrammingLanguages = newProgrammingLanguagesTable("public", "programming_languages", "")
var RuntimeData = newRuntimeDataTable("public", "runtime_data", "")
var RuntimeStatistics = newRuntimeStatisticsTable("public", "runtime_statistics", "")
var StatementExamples = newStatementExamplesTable("public", "statement_examples", "")
var SubmissionEvaluations = newSubmissionEvaluationsTable("public", "submission_evaluations", "")
var TaskOrigins = newTaskOriginsTable("public", "task_origins", "")
var TaskSubmissions = newTaskSubmissionsTable("public", "task_submissions", "")
var TaskVersionTests = newTaskVersionTestsTable("public", "task_version_tests", "")
var TaskVersions = newTaskVersionsTable("public", "task_versions", "")
var Tasks = newTasksTable("public", "tasks", "")
var TestingTypes = newTestingTypesTable("public", "testing_types", "")
var TestlibCheckers = newTestlibCheckersTable("public", "testlib_checkers", "")
var TestlibInteractors = newTestlibInteractorsTable("public", "testlib_interactors", "")
var TextFiles = newTextFilesTable("public", "text_files", "")
var Users = newUsersTable("public", "users", "")
var VersionAuthors = newVersionAuthorsTable("public", "version_authors", "")
Functions ¶
Types ¶
type EvaluationStatusesTable ¶
type EvaluationStatusesTable struct { EXCLUDED evaluationStatusesTable // contains filtered or unexported fields }
func (EvaluationStatusesTable) AS ¶
func (a EvaluationStatusesTable) AS(alias string) *EvaluationStatusesTable
AS creates new EvaluationStatusesTable with assigned alias
func (EvaluationStatusesTable) FromSchema ¶
func (a EvaluationStatusesTable) FromSchema(schemaName string) *EvaluationStatusesTable
Schema creates new EvaluationStatusesTable with assigned schema name
func (EvaluationStatusesTable) WithPrefix ¶
func (a EvaluationStatusesTable) WithPrefix(prefix string) *EvaluationStatusesTable
WithPrefix creates new EvaluationStatusesTable with assigned table prefix
func (EvaluationStatusesTable) WithSuffix ¶
func (a EvaluationStatusesTable) WithSuffix(suffix string) *EvaluationStatusesTable
WithSuffix creates new EvaluationStatusesTable with assigned table suffix
type EvaluationTestResultsTable ¶
type EvaluationTestResultsTable struct { EXCLUDED evaluationTestResultsTable // contains filtered or unexported fields }
func (EvaluationTestResultsTable) AS ¶
func (a EvaluationTestResultsTable) AS(alias string) *EvaluationTestResultsTable
AS creates new EvaluationTestResultsTable with assigned alias
func (EvaluationTestResultsTable) FromSchema ¶
func (a EvaluationTestResultsTable) FromSchema(schemaName string) *EvaluationTestResultsTable
Schema creates new EvaluationTestResultsTable with assigned schema name
func (EvaluationTestResultsTable) WithPrefix ¶
func (a EvaluationTestResultsTable) WithPrefix(prefix string) *EvaluationTestResultsTable
WithPrefix creates new EvaluationTestResultsTable with assigned table prefix
func (EvaluationTestResultsTable) WithSuffix ¶
func (a EvaluationTestResultsTable) WithSuffix(suffix string) *EvaluationTestResultsTable
WithSuffix creates new EvaluationTestResultsTable with assigned table suffix
type EvaluationsTable ¶
type EvaluationsTable struct { EXCLUDED evaluationsTable // contains filtered or unexported fields }
func (EvaluationsTable) AS ¶
func (a EvaluationsTable) AS(alias string) *EvaluationsTable
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 FlywaySchemaHistoryTable ¶
type FlywaySchemaHistoryTable struct { EXCLUDED flywaySchemaHistoryTable // contains filtered or unexported fields }
func (FlywaySchemaHistoryTable) AS ¶
func (a FlywaySchemaHistoryTable) AS(alias string) *FlywaySchemaHistoryTable
AS creates new FlywaySchemaHistoryTable with assigned alias
func (FlywaySchemaHistoryTable) FromSchema ¶
func (a FlywaySchemaHistoryTable) FromSchema(schemaName string) *FlywaySchemaHistoryTable
Schema creates new FlywaySchemaHistoryTable with assigned schema name
func (FlywaySchemaHistoryTable) WithPrefix ¶
func (a FlywaySchemaHistoryTable) WithPrefix(prefix string) *FlywaySchemaHistoryTable
WithPrefix creates new FlywaySchemaHistoryTable with assigned table prefix
func (FlywaySchemaHistoryTable) WithSuffix ¶
func (a FlywaySchemaHistoryTable) WithSuffix(suffix string) *FlywaySchemaHistoryTable
WithSuffix creates new FlywaySchemaHistoryTable with assigned table suffix
type MarkdownStatementsTable ¶
type MarkdownStatementsTable struct { EXCLUDED markdownStatementsTable // contains filtered or unexported fields }
func (MarkdownStatementsTable) AS ¶
func (a MarkdownStatementsTable) AS(alias string) *MarkdownStatementsTable
AS creates new MarkdownStatementsTable with assigned alias
func (MarkdownStatementsTable) FromSchema ¶
func (a MarkdownStatementsTable) FromSchema(schemaName string) *MarkdownStatementsTable
Schema creates new MarkdownStatementsTable with assigned schema name
func (MarkdownStatementsTable) WithPrefix ¶
func (a MarkdownStatementsTable) WithPrefix(prefix string) *MarkdownStatementsTable
WithPrefix creates new MarkdownStatementsTable with assigned table prefix
func (MarkdownStatementsTable) WithSuffix ¶
func (a MarkdownStatementsTable) WithSuffix(suffix string) *MarkdownStatementsTable
WithSuffix creates new MarkdownStatementsTable with assigned table suffix
type ProblemTagsTable ¶
type ProblemTagsTable struct { EXCLUDED problemTagsTable // contains filtered or unexported fields }
func (ProblemTagsTable) AS ¶
func (a ProblemTagsTable) AS(alias string) *ProblemTagsTable
AS creates new ProblemTagsTable with assigned alias
func (ProblemTagsTable) FromSchema ¶
func (a ProblemTagsTable) FromSchema(schemaName string) *ProblemTagsTable
Schema creates new ProblemTagsTable with assigned schema name
func (ProblemTagsTable) WithPrefix ¶
func (a ProblemTagsTable) WithPrefix(prefix string) *ProblemTagsTable
WithPrefix creates new ProblemTagsTable with assigned table prefix
func (ProblemTagsTable) WithSuffix ¶
func (a ProblemTagsTable) WithSuffix(suffix string) *ProblemTagsTable
WithSuffix creates new ProblemTagsTable with assigned table suffix
type ProgrammingLanguagesTable ¶
type ProgrammingLanguagesTable struct { EXCLUDED programmingLanguagesTable // contains filtered or unexported fields }
func (ProgrammingLanguagesTable) AS ¶
func (a ProgrammingLanguagesTable) AS(alias string) *ProgrammingLanguagesTable
AS creates new ProgrammingLanguagesTable with assigned alias
func (ProgrammingLanguagesTable) FromSchema ¶
func (a ProgrammingLanguagesTable) FromSchema(schemaName string) *ProgrammingLanguagesTable
Schema creates new ProgrammingLanguagesTable with assigned schema name
func (ProgrammingLanguagesTable) WithPrefix ¶
func (a ProgrammingLanguagesTable) WithPrefix(prefix string) *ProgrammingLanguagesTable
WithPrefix creates new ProgrammingLanguagesTable with assigned table prefix
func (ProgrammingLanguagesTable) WithSuffix ¶
func (a ProgrammingLanguagesTable) WithSuffix(suffix string) *ProgrammingLanguagesTable
WithSuffix creates new ProgrammingLanguagesTable with assigned table suffix
type RuntimeDataTable ¶
type RuntimeDataTable struct { EXCLUDED runtimeDataTable // contains filtered or unexported fields }
func (RuntimeDataTable) AS ¶
func (a RuntimeDataTable) AS(alias string) *RuntimeDataTable
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 RuntimeStatisticsTable ¶
type RuntimeStatisticsTable struct { EXCLUDED runtimeStatisticsTable // contains filtered or unexported fields }
func (RuntimeStatisticsTable) AS ¶
func (a RuntimeStatisticsTable) AS(alias string) *RuntimeStatisticsTable
AS creates new RuntimeStatisticsTable with assigned alias
func (RuntimeStatisticsTable) FromSchema ¶
func (a RuntimeStatisticsTable) FromSchema(schemaName string) *RuntimeStatisticsTable
Schema creates new RuntimeStatisticsTable with assigned schema name
func (RuntimeStatisticsTable) WithPrefix ¶
func (a RuntimeStatisticsTable) WithPrefix(prefix string) *RuntimeStatisticsTable
WithPrefix creates new RuntimeStatisticsTable with assigned table prefix
func (RuntimeStatisticsTable) WithSuffix ¶
func (a RuntimeStatisticsTable) WithSuffix(suffix string) *RuntimeStatisticsTable
WithSuffix creates new RuntimeStatisticsTable with assigned table suffix
type StatementExamplesTable ¶
type StatementExamplesTable struct { EXCLUDED statementExamplesTable // contains filtered or unexported fields }
func (StatementExamplesTable) AS ¶
func (a StatementExamplesTable) AS(alias string) *StatementExamplesTable
AS creates new StatementExamplesTable with assigned alias
func (StatementExamplesTable) FromSchema ¶
func (a StatementExamplesTable) FromSchema(schemaName string) *StatementExamplesTable
Schema creates new StatementExamplesTable with assigned schema name
func (StatementExamplesTable) WithPrefix ¶
func (a StatementExamplesTable) WithPrefix(prefix string) *StatementExamplesTable
WithPrefix creates new StatementExamplesTable with assigned table prefix
func (StatementExamplesTable) WithSuffix ¶
func (a StatementExamplesTable) WithSuffix(suffix string) *StatementExamplesTable
WithSuffix creates new StatementExamplesTable with assigned table suffix
type SubmissionEvaluationsTable ¶
type SubmissionEvaluationsTable struct { EXCLUDED submissionEvaluationsTable // contains filtered or unexported fields }
func (SubmissionEvaluationsTable) AS ¶
func (a SubmissionEvaluationsTable) AS(alias string) *SubmissionEvaluationsTable
AS creates new SubmissionEvaluationsTable with assigned alias
func (SubmissionEvaluationsTable) FromSchema ¶
func (a SubmissionEvaluationsTable) FromSchema(schemaName string) *SubmissionEvaluationsTable
Schema creates new SubmissionEvaluationsTable with assigned schema name
func (SubmissionEvaluationsTable) WithPrefix ¶
func (a SubmissionEvaluationsTable) WithPrefix(prefix string) *SubmissionEvaluationsTable
WithPrefix creates new SubmissionEvaluationsTable with assigned table prefix
func (SubmissionEvaluationsTable) WithSuffix ¶
func (a SubmissionEvaluationsTable) WithSuffix(suffix string) *SubmissionEvaluationsTable
WithSuffix creates new SubmissionEvaluationsTable with assigned table suffix
type TaskOriginsTable ¶
type TaskOriginsTable struct { EXCLUDED taskOriginsTable // contains filtered or unexported fields }
func (TaskOriginsTable) AS ¶
func (a TaskOriginsTable) AS(alias string) *TaskOriginsTable
AS creates new TaskOriginsTable with assigned alias
func (TaskOriginsTable) FromSchema ¶
func (a TaskOriginsTable) FromSchema(schemaName string) *TaskOriginsTable
Schema creates new TaskOriginsTable with assigned schema name
func (TaskOriginsTable) WithPrefix ¶
func (a TaskOriginsTable) WithPrefix(prefix string) *TaskOriginsTable
WithPrefix creates new TaskOriginsTable with assigned table prefix
func (TaskOriginsTable) WithSuffix ¶
func (a TaskOriginsTable) WithSuffix(suffix string) *TaskOriginsTable
WithSuffix creates new TaskOriginsTable with assigned table suffix
type TaskSubmissionsTable ¶
type TaskSubmissionsTable struct { EXCLUDED taskSubmissionsTable // contains filtered or unexported fields }
func (TaskSubmissionsTable) AS ¶
func (a TaskSubmissionsTable) AS(alias string) *TaskSubmissionsTable
AS creates new TaskSubmissionsTable with assigned alias
func (TaskSubmissionsTable) FromSchema ¶
func (a TaskSubmissionsTable) FromSchema(schemaName string) *TaskSubmissionsTable
Schema creates new TaskSubmissionsTable with assigned schema name
func (TaskSubmissionsTable) WithPrefix ¶
func (a TaskSubmissionsTable) WithPrefix(prefix string) *TaskSubmissionsTable
WithPrefix creates new TaskSubmissionsTable with assigned table prefix
func (TaskSubmissionsTable) WithSuffix ¶
func (a TaskSubmissionsTable) WithSuffix(suffix string) *TaskSubmissionsTable
WithSuffix creates new TaskSubmissionsTable with assigned table suffix
type TaskVersionTestsTable ¶
type TaskVersionTestsTable struct { EXCLUDED taskVersionTestsTable // contains filtered or unexported fields }
func (TaskVersionTestsTable) AS ¶
func (a TaskVersionTestsTable) AS(alias string) *TaskVersionTestsTable
AS creates new TaskVersionTestsTable with assigned alias
func (TaskVersionTestsTable) FromSchema ¶
func (a TaskVersionTestsTable) FromSchema(schemaName string) *TaskVersionTestsTable
Schema creates new TaskVersionTestsTable with assigned schema name
func (TaskVersionTestsTable) WithPrefix ¶
func (a TaskVersionTestsTable) WithPrefix(prefix string) *TaskVersionTestsTable
WithPrefix creates new TaskVersionTestsTable with assigned table prefix
func (TaskVersionTestsTable) WithSuffix ¶
func (a TaskVersionTestsTable) WithSuffix(suffix string) *TaskVersionTestsTable
WithSuffix creates new TaskVersionTestsTable with assigned table suffix
type TaskVersionsTable ¶
type TaskVersionsTable struct { EXCLUDED taskVersionsTable // contains filtered or unexported fields }
func (TaskVersionsTable) AS ¶
func (a TaskVersionsTable) AS(alias string) *TaskVersionsTable
AS creates new TaskVersionsTable with assigned alias
func (TaskVersionsTable) FromSchema ¶
func (a TaskVersionsTable) FromSchema(schemaName string) *TaskVersionsTable
Schema creates new TaskVersionsTable with assigned schema name
func (TaskVersionsTable) WithPrefix ¶
func (a TaskVersionsTable) WithPrefix(prefix string) *TaskVersionsTable
WithPrefix creates new TaskVersionsTable with assigned table prefix
func (TaskVersionsTable) WithSuffix ¶
func (a TaskVersionsTable) WithSuffix(suffix string) *TaskVersionsTable
WithSuffix creates new TaskVersionsTable with assigned table suffix
type TasksTable ¶
type TasksTable struct { EXCLUDED tasksTable // contains filtered or unexported fields }
func (TasksTable) AS ¶
func (a TasksTable) AS(alias string) *TasksTable
AS creates new TasksTable with assigned alias
func (TasksTable) FromSchema ¶
func (a TasksTable) FromSchema(schemaName string) *TasksTable
Schema creates new TasksTable with assigned schema name
func (TasksTable) WithPrefix ¶
func (a TasksTable) WithPrefix(prefix string) *TasksTable
WithPrefix creates new TasksTable with assigned table prefix
func (TasksTable) WithSuffix ¶
func (a TasksTable) WithSuffix(suffix string) *TasksTable
WithSuffix creates new TasksTable with assigned table suffix
type TestingTypesTable ¶
type TestingTypesTable struct { EXCLUDED testingTypesTable // contains filtered or unexported fields }
func (TestingTypesTable) AS ¶
func (a TestingTypesTable) AS(alias string) *TestingTypesTable
AS creates new TestingTypesTable with assigned alias
func (TestingTypesTable) FromSchema ¶
func (a TestingTypesTable) FromSchema(schemaName string) *TestingTypesTable
Schema creates new TestingTypesTable with assigned schema name
func (TestingTypesTable) WithPrefix ¶
func (a TestingTypesTable) WithPrefix(prefix string) *TestingTypesTable
WithPrefix creates new TestingTypesTable with assigned table prefix
func (TestingTypesTable) WithSuffix ¶
func (a TestingTypesTable) WithSuffix(suffix string) *TestingTypesTable
WithSuffix creates new TestingTypesTable with assigned table suffix
type TestlibCheckersTable ¶
type TestlibCheckersTable struct { EXCLUDED testlibCheckersTable // contains filtered or unexported fields }
func (TestlibCheckersTable) AS ¶
func (a TestlibCheckersTable) AS(alias string) *TestlibCheckersTable
AS creates new TestlibCheckersTable with assigned alias
func (TestlibCheckersTable) FromSchema ¶
func (a TestlibCheckersTable) FromSchema(schemaName string) *TestlibCheckersTable
Schema creates new TestlibCheckersTable with assigned schema name
func (TestlibCheckersTable) WithPrefix ¶
func (a TestlibCheckersTable) WithPrefix(prefix string) *TestlibCheckersTable
WithPrefix creates new TestlibCheckersTable with assigned table prefix
func (TestlibCheckersTable) WithSuffix ¶
func (a TestlibCheckersTable) WithSuffix(suffix string) *TestlibCheckersTable
WithSuffix creates new TestlibCheckersTable with assigned table suffix
type TestlibInteractorsTable ¶
type TestlibInteractorsTable struct { EXCLUDED testlibInteractorsTable // contains filtered or unexported fields }
func (TestlibInteractorsTable) AS ¶
func (a TestlibInteractorsTable) AS(alias string) *TestlibInteractorsTable
AS creates new TestlibInteractorsTable with assigned alias
func (TestlibInteractorsTable) FromSchema ¶
func (a TestlibInteractorsTable) FromSchema(schemaName string) *TestlibInteractorsTable
Schema creates new TestlibInteractorsTable with assigned schema name
func (TestlibInteractorsTable) WithPrefix ¶
func (a TestlibInteractorsTable) WithPrefix(prefix string) *TestlibInteractorsTable
WithPrefix creates new TestlibInteractorsTable with assigned table prefix
func (TestlibInteractorsTable) WithSuffix ¶
func (a TestlibInteractorsTable) WithSuffix(suffix string) *TestlibInteractorsTable
WithSuffix creates new TestlibInteractorsTable with assigned table suffix
type TextFilesTable ¶
type TextFilesTable struct { EXCLUDED textFilesTable // contains filtered or unexported fields }
func (TextFilesTable) AS ¶
func (a TextFilesTable) AS(alias string) *TextFilesTable
AS creates new TextFilesTable with assigned alias
func (TextFilesTable) FromSchema ¶
func (a TextFilesTable) FromSchema(schemaName string) *TextFilesTable
Schema creates new TextFilesTable with assigned schema name
func (TextFilesTable) WithPrefix ¶
func (a TextFilesTable) WithPrefix(prefix string) *TextFilesTable
WithPrefix creates new TextFilesTable with assigned table prefix
func (TextFilesTable) WithSuffix ¶
func (a TextFilesTable) WithSuffix(suffix string) *TextFilesTable
WithSuffix creates new TextFilesTable 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
type VersionAuthorsTable ¶
type VersionAuthorsTable struct { EXCLUDED versionAuthorsTable // contains filtered or unexported fields }
func (VersionAuthorsTable) AS ¶
func (a VersionAuthorsTable) AS(alias string) *VersionAuthorsTable
AS creates new VersionAuthorsTable with assigned alias
func (VersionAuthorsTable) FromSchema ¶
func (a VersionAuthorsTable) FromSchema(schemaName string) *VersionAuthorsTable
Schema creates new VersionAuthorsTable with assigned schema name
func (VersionAuthorsTable) WithPrefix ¶
func (a VersionAuthorsTable) WithPrefix(prefix string) *VersionAuthorsTable
WithPrefix creates new VersionAuthorsTable with assigned table prefix
func (VersionAuthorsTable) WithSuffix ¶
func (a VersionAuthorsTable) WithSuffix(suffix string) *VersionAuthorsTable
WithSuffix creates new VersionAuthorsTable with assigned table suffix
Source Files ¶
- evaluation_statuses.go
- evaluation_test_results.go
- evaluations.go
- flyway_schema_history.go
- markdown_statements.go
- problem_tags.go
- programming_languages.go
- runtime_data.go
- runtime_statistics.go
- statement_examples.go
- submission_evaluations.go
- table_use_schema.go
- task_origins.go
- task_submissions.go
- task_version_tests.go
- task_versions.go
- tasks.go
- testing_types.go
- testlib_checkers.go
- testlib_interactors.go
- text_files.go
- users.go
- version_authors.go