# 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
diff:ignore-line-postgres-cockroach.
cockroachdb's driver is postgres //diff:ignore-line-postgres-cockroach.
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.
*.
nolint:revive,stylecheck.
diff:ignore-line-postgres-cockroach.
nolint:revive,stylecheck.
nolint:revive,stylecheck.
nolint:revive,stylecheck.
nolint:revive,stylecheck.
).
,.
CONSTRAINT.
VERB.
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.
nolint:revive,stylecheck.
nolint:revive,stylecheck.
>.
IDENTIFIER.
OTHER.
SPECIAL TOKENS.
nolint:revive,stylecheck.
diff:ignore-line-postgres-cockroach.
diff:ignore-line-postgres-cockroach.
diff:ignore-line-postgres-cockroach.
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.
nolint:revive,stylecheck.
diff:ignore-line-postgres-cockroach.
nolint:gosec // ||.
OBJECT.
nolint:revive,stylecheck.
nolint:revive,stylecheck.
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.
diff:ignore-line-postgres-cockroach.
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.
AlterColumnDropNotNull represents ALTER TABLE table_name ALTER COLUMN column_name DROP NOT NULL.
AlterColumnSetDataType represents ALTER TABLE table_name ALTER COLUMN column_name SET DATA TYPE.
AlterColumnSetDefault represents ALTER TABLE table_name ALTER COLUMN column_name SET DEFAULT.
AlterColumnSetNotNull represents ALTER TABLE table_name ALTER COLUMN column_name SET NOT NULL.
AlterConstraint represents ALTER TABLE table_name ALTER CONSTRAINT.
No description provided by the author
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
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文のトークンを表す型です。.
No description provided by the author
No description provided by the author
# 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