Defined in: packages/core/src/models/ValueComponent.ts:365
Extends
Constructors
Constructor
new TypeValue(
namespaces
,name
,argument
):TypeValue
Defined in: packages/core/src/models/ValueComponent.ts:369
Parameters
namespaces
null
| string
[] | IdentifierString
[]
name
string
| RawString
| IdentifierString
argument
null
| ValueComponent
Returns
TypeValue
Overrides
Properties
comments
comments:
null
|string
[] =null
Defined in: packages/core/src/models/SqlComponent.ts:27
Inherited from
positionedComments
positionedComments:
null
|PositionedComment
[] =null
Defined in: packages/core/src/models/SqlComponent.ts:30
Inherited from
SqlComponent
.positionedComments
kind
static
kind:symbol
Defined in: packages/core/src/models/ValueComponent.ts:366
Overrides
qualifiedName
qualifiedName:
QualifiedName
Defined in: packages/core/src/models/ValueComponent.ts:367
argument
argument:
null
|ValueComponent
Defined in: packages/core/src/models/ValueComponent.ts:368
Accessors
namespaces
Get Signature
get namespaces():
null
|IdentifierString
[]
Defined in: packages/core/src/models/ValueComponent.ts:377
For backward compatibility: returns the namespaces as IdentifierString[] | null (readonly)
Returns
null
| IdentifierString
[]
name
Get Signature
get name():
RawString
|IdentifierString
Defined in: packages/core/src/models/ValueComponent.ts:383
For backward compatibility: returns the type name as RawString | IdentifierString (readonly)
Returns
Methods
getKind()
getKind():
symbol
Defined in: packages/core/src/models/SqlComponent.ts:13
Returns
symbol
Inherited from
accept()
accept<
T
>(visitor
):T
Defined in: packages/core/src/models/SqlComponent.ts:17
Type Parameters
T
T
Parameters
visitor
SqlComponentVisitor
<T
>
Returns
T
Inherited from
toSqlString()
toSqlString(
formatter
):string
Defined in: packages/core/src/models/SqlComponent.ts:21
Parameters
formatter
SqlComponentVisitor
<string
>
Returns
string
Inherited from
addPositionedComments()
addPositionedComments(
position
,comments
):void
Defined in: packages/core/src/models/SqlComponent.ts:35
Add comments at a specific position
Parameters
position
"before"
| "after"
comments
string
[]
Returns
void
Inherited from
SqlComponent
.addPositionedComments
getPositionedComments()
getPositionedComments(
position
):string
[]
Defined in: packages/core/src/models/SqlComponent.ts:54
Get comments for a specific position
Parameters
position
"before"
| "after"
Returns
string
[]
Inherited from
SqlComponent
.getPositionedComments
getAllPositionedComments()
getAllPositionedComments():
string
[]
Defined in: packages/core/src/models/SqlComponent.ts:64
Get all positioned comments as a flat array in order (before, after)
Returns
string
[]
Inherited from
SqlComponent
.getAllPositionedComments
getTypeName()
getTypeName():
string
Defined in: packages/core/src/models/ValueComponent.ts:386
Returns
string