Skip to Content
Api ReferenceInterfacesCreateIndexBuilderProps

Last Updated: 3/10/2026


kysely

  • CreateIndexBuilderProps

Interface CreateIndexBuilderProps

interface CreateIndexBuilderProps {
    executor: QueryExecutor;
    node: CreateIndexNode;
    queryId: QueryId;
}

Index

Properties

executor node queryId

Properties

Readonlyexecutor

executor: QueryExecutor

Readonlynode

node: CreateIndexNode

ReadonlyqueryId

queryId: QueryId

Settings

Member Visibility

On This Page

Properties

executornodequeryId