# Functions
nolint:funlen,cyclop,gocognit.
nolint:funlen,cyclop,gocognit.
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:gosec.
nolint:revive,stylecheck.
nolint:revive,stylecheck.
nolint:revive,stylecheck.
DATA TYPE.
nolint:revive,stylecheck.
nolint:revive,stylecheck.
nolint:revive,stylecheck.
nolint:revive,stylecheck.
nolint:revive,stylecheck.
nolint:revive,stylecheck.
).
nolint:revive,stylecheck.
,.
nolint:revive,stylecheck.
CONSTRAINT.
VERB.
nolint:revive,stylecheck.
nolint:revive,stylecheck.
nolint:revive,stylecheck.
nolint:revive,stylecheck.
COLUMN.
nolint:revive,stylecheck.
nolint:revive,stylecheck.
nolint:revive,stylecheck.
nolint:revive,stylecheck.
nolint:revive,stylecheck.
OPTIONS.
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.
nolint:revive,stylecheck.
nolint:revive,stylecheck.
<.
nolint:revive,stylecheck.
nolint:revive,stylecheck.
nolint:revive,stylecheck.
-.
nolint:revive,stylecheck.
nolint:revive,stylecheck.
VALUE.
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.
;.
nolint:revive,stylecheck.
nolint:revive,stylecheck.
/.
nolint:revive,stylecheck.
nolint:revive,stylecheck.
nolint:gosec // ||.
OBJECT.
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.
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.
AlterColumnDropDefault represents ALTER TABLE table_name ALTER COLUMN column_name DROP DEFAULT.
AlterConstraint represents ALTER TABLE table_name ALTER CONSTRAINT.
AlterTableOption represents ALTER TABLE table_name TABLE_OPTION=option_value.
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
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
ModifyColumn represents ALTER TABLE table_name MODIFY column_name data_type NOT NULL.
No description provided by the author
No description provided by the author
No description provided by the author
Parser はSQL文を解析するパーサーです。.
PrimaryKeyConstraint represents a PRIMARY KEY constraint.
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.
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