package
0.0.18-rc.3
Repository: https://github.com/kunitsucom/ddlctl.git
Documentation: pkg.go.dev

# Functions

nolint:funlen,cyclop,gocognit.
nolint:funlen,cyclop.
No description provided by the author
No description provided by the author
NewLexer は新しいLexerを生成します。.
No description provided by the author
NewParser は新しいParserを生成します。.
No description provided by the author

# Constants

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
nolint:revive,stylecheck.
nolint:revive,stylecheck.
nolint:revive,stylecheck.
nolint:revive,stylecheck.
*.
diff:ignore-line-postgres-cockroach.
nolint:revive,stylecheck.
nolint:revive,stylecheck.
nolint:revive,stylecheck.
).
,.
CONSTRAINT.
VERB.
nolint:revive,stylecheck.
nolint:revive,stylecheck.
COLUMN.
nolint:revive,stylecheck.
nolint:revive,stylecheck.
nolint:revive,stylecheck.
nolint:revive,stylecheck.
nolint:revive,stylecheck.
=.
nolint:revive,stylecheck.
nolint:revive,stylecheck.
nolint:revive,stylecheck.
nolint:revive,stylecheck.
>.
IDENTIFIER.
OTHER.
SPECIAL TOKENS.
nolint:revive,stylecheck.
nolint:revive,stylecheck.
diff:ignore-line-postgres-cockroach.
nolint:revive,stylecheck.
nolint:revive,stylecheck.
nolint:revive,stylecheck.
nolint:revive,stylecheck.
<.
-.
nolint:revive,stylecheck.
nolint:revive,stylecheck.
VALUE.
FUNCTION.
nolint:revive,stylecheck.
nolint:revive,stylecheck.
nolint:revive,stylecheck.
(.
nolint:revive,stylecheck.
nolint:revive,stylecheck.
+.
nolint:revive,stylecheck.
nolint:revive,stylecheck.
nolint:revive,stylecheck.
nolint:revive,stylecheck.
OPTION.
;.
/.
diff:ignore-line-postgres-cockroach.
nolint:gosec // ||.
nolint:revive,stylecheck.
OBJECT.
nolint:revive,stylecheck.
nolint:revive,stylecheck.
nolint:revive,stylecheck.
nolint:revive,stylecheck.
::: //diff:ignore-line-postgres-cockroach.
::.
nolint:revive,stylecheck.
nolint:revive,stylecheck.
nolint:revive,stylecheck.
nolint:revive,stylecheck.
nolint:revive,stylecheck.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

AddColumn represents ALTER TABLE table_name ADD COLUMN.
AddConstraint represents ALTER TABLE table_name ADD CONSTRAINT.
AddRowDeletionPolicy represents ALTER TABLE table_name ADD ROW DELETION POLICY.
AlterColumnDataType represents ALTER TABLE table_name ALTER COLUMN column_name data_type NOT NULL.
AlterColumnDropDefault represents ALTER TABLE table_name ALTER COLUMN column_name DROP DEFAULT.
AlterColumnDropOptions represents ALTER TABLE table_name ALTER COLUMN column_name DROP OPTIONS.
AlterColumnSetDefault represents ALTER TABLE table_name ALTER COLUMN column_name SET DEFAULT.
AlterColumnSetOptions represents ALTER TABLE table_name ALTER COLUMN column_name SET OPTIONS.
AlterConstraint represents ALTER TABLE table_name ALTER CONSTRAINT.
No description provided by the author
CheckConstraint represents a CHECK constraint.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
DropColumn represents ALTER TABLE table_name DROP COLUMN.
DropConstraint represents ALTER TABLE table_name DROP CONSTRAINT.
No description provided by the author
DropRowDeletionPolicy represents ALTER TABLE table_name DROP ROW DELETION POLICY.
No description provided by the author
No description provided by the author
ForeignKeyConstraint represents a FOREIGN KEY constraint.
No description provided by the author
IndexConstraint represents a UNIQUE constraint.
Lexer はSQL文をトークンに分割するレキサーです。.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Parser はSQL文を解析するパーサーです。.
RenameColumn represents ALTER TABLE table_name RENAME COLUMN.
RenameConstraint represents ALTER TABLE table_name RENAME COLUMN.
RenameTable represents ALTER TABLE table_name RENAME TO new_table_name.
ReplaceRowDeletionPolicy represents ALTER TABLE table_name REPLACE ROW DELETION POLICY.
Token はSQL文のトークンを表す型です。.

# Interfaces

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Type aliases

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author