Files
sqltoolsservice/docs/metadata/api/Microsoft.SqlTools.ServiceLayer.LanguageServices.Completion.ISqlParserWrapper.yml
2016-12-15 16:37:50 -08:00

216 lines
9.7 KiB
YAML

### YamlMime:ManagedReference
items:
- uid: Microsoft.SqlTools.ServiceLayer.LanguageServices.Completion.ISqlParserWrapper
commentId: T:Microsoft.SqlTools.ServiceLayer.LanguageServices.Completion.ISqlParserWrapper
id: ISqlParserWrapper
parent: Microsoft.SqlTools.ServiceLayer.LanguageServices.Completion
children:
- Microsoft.SqlTools.ServiceLayer.LanguageServices.Completion.ISqlParserWrapper.FindCompletions(Microsoft.SqlServer.Management.SqlParser.Parser.ParseResult,System.Int32,System.Int32,Microsoft.SqlServer.Management.SqlParser.MetadataProvider.IMetadataDisplayInfoProvider)
langs:
- csharp
- vb
name: ISqlParserWrapper
nameWithType: ISqlParserWrapper
fullName: Microsoft.SqlTools.ServiceLayer.LanguageServices.Completion.ISqlParserWrapper
type: Interface
source:
remote:
path: src/Microsoft.SqlTools.ServiceLayer/LanguageServices/Completion/SqlParserWrapper.cs
branch: master
repo: https://kburtram:67c6623fc506400046096af249535f684d9ea40b@github.com/Microsoft/sqltoolsservice.git
id: ISqlParserWrapper
path: ../src/Microsoft.SqlTools.ServiceLayer/LanguageServices/Completion/SqlParserWrapper.cs
startLine: 15
assemblies:
- Microsoft.SqlTools.ServiceLayer
namespace: Microsoft.SqlTools.ServiceLayer.LanguageServices.Completion
summary: "\nSqlParserWrapper interface\n"
example: []
syntax:
content: public interface ISqlParserWrapper
content.vb: Public Interface ISqlParserWrapper
modifiers.csharp:
- public
- interface
modifiers.vb:
- Public
- Interface
- uid: Microsoft.SqlTools.ServiceLayer.LanguageServices.Completion.ISqlParserWrapper.FindCompletions(Microsoft.SqlServer.Management.SqlParser.Parser.ParseResult,System.Int32,System.Int32,Microsoft.SqlServer.Management.SqlParser.MetadataProvider.IMetadataDisplayInfoProvider)
commentId: M:Microsoft.SqlTools.ServiceLayer.LanguageServices.Completion.ISqlParserWrapper.FindCompletions(Microsoft.SqlServer.Management.SqlParser.Parser.ParseResult,System.Int32,System.Int32,Microsoft.SqlServer.Management.SqlParser.MetadataProvider.IMetadataDisplayInfoProvider)
id: FindCompletions(Microsoft.SqlServer.Management.SqlParser.Parser.ParseResult,System.Int32,System.Int32,Microsoft.SqlServer.Management.SqlParser.MetadataProvider.IMetadataDisplayInfoProvider)
parent: Microsoft.SqlTools.ServiceLayer.LanguageServices.Completion.ISqlParserWrapper
langs:
- csharp
- vb
name: FindCompletions(ParseResult, Int32, Int32, IMetadataDisplayInfoProvider)
nameWithType: ISqlParserWrapper.FindCompletions(ParseResult, Int32, Int32, IMetadataDisplayInfoProvider)
fullName: Microsoft.SqlTools.ServiceLayer.LanguageServices.Completion.ISqlParserWrapper.FindCompletions(Microsoft.SqlServer.Management.SqlParser.Parser.ParseResult, System.Int32, System.Int32, Microsoft.SqlServer.Management.SqlParser.MetadataProvider.IMetadataDisplayInfoProvider)
type: Method
source:
remote:
path: src/Microsoft.SqlTools.ServiceLayer/LanguageServices/Completion/SqlParserWrapper.cs
branch: master
repo: https://kburtram:67c6623fc506400046096af249535f684d9ea40b@github.com/Microsoft/sqltoolsservice.git
id: FindCompletions
path: ../src/Microsoft.SqlTools.ServiceLayer/LanguageServices/Completion/SqlParserWrapper.cs
startLine: 17
assemblies:
- Microsoft.SqlTools.ServiceLayer
namespace: Microsoft.SqlTools.ServiceLayer.LanguageServices.Completion
syntax:
content: IEnumerable<Declaration> FindCompletions(ParseResult parseResult, int line, int col, IMetadataDisplayInfoProvider displayInfoProvider)
content.vb: Function FindCompletions(parseResult As ParseResult, line As Integer, col As Integer, displayInfoProvider As IMetadataDisplayInfoProvider) As IEnumerable(Of Declaration)
parameters:
- id: parseResult
type: Microsoft.SqlServer.Management.SqlParser.Parser.ParseResult
- id: line
type: System.Int32
- id: col
type: System.Int32
- id: displayInfoProvider
type: Microsoft.SqlServer.Management.SqlParser.MetadataProvider.IMetadataDisplayInfoProvider
return:
type: System.Collections.Generic.IEnumerable{Microsoft.SqlServer.Management.SqlParser.Intellisense.Declaration}
overload: Microsoft.SqlTools.ServiceLayer.LanguageServices.Completion.ISqlParserWrapper.FindCompletions*
references:
- uid: Microsoft.SqlTools.ServiceLayer.LanguageServices.Completion
commentId: N:Microsoft.SqlTools.ServiceLayer.LanguageServices.Completion
isExternal: false
name: Microsoft.SqlTools.ServiceLayer.LanguageServices.Completion
nameWithType: Microsoft.SqlTools.ServiceLayer.LanguageServices.Completion
fullName: Microsoft.SqlTools.ServiceLayer.LanguageServices.Completion
- uid: Microsoft.SqlTools.ServiceLayer.LanguageServices.Completion.ISqlParserWrapper.FindCompletions*
commentId: Overload:Microsoft.SqlTools.ServiceLayer.LanguageServices.Completion.ISqlParserWrapper.FindCompletions
isExternal: false
name: FindCompletions
nameWithType: ISqlParserWrapper.FindCompletions
fullName: Microsoft.SqlTools.ServiceLayer.LanguageServices.Completion.ISqlParserWrapper.FindCompletions
- uid: Microsoft.SqlServer.Management.SqlParser.Parser.ParseResult
commentId: T:Microsoft.SqlServer.Management.SqlParser.Parser.ParseResult
parent: Microsoft.SqlServer.Management.SqlParser.Parser
isExternal: true
name: ParseResult
nameWithType: ParseResult
fullName: Microsoft.SqlServer.Management.SqlParser.Parser.ParseResult
- uid: System.Int32
commentId: T:System.Int32
parent: System
isExternal: true
name: Int32
nameWithType: Int32
fullName: System.Int32
- uid: Microsoft.SqlServer.Management.SqlParser.MetadataProvider.IMetadataDisplayInfoProvider
commentId: T:Microsoft.SqlServer.Management.SqlParser.MetadataProvider.IMetadataDisplayInfoProvider
parent: Microsoft.SqlServer.Management.SqlParser.MetadataProvider
isExternal: true
name: IMetadataDisplayInfoProvider
nameWithType: IMetadataDisplayInfoProvider
fullName: Microsoft.SqlServer.Management.SqlParser.MetadataProvider.IMetadataDisplayInfoProvider
- uid: System.Collections.Generic.IEnumerable{Microsoft.SqlServer.Management.SqlParser.Intellisense.Declaration}
commentId: T:System.Collections.Generic.IEnumerable{Microsoft.SqlServer.Management.SqlParser.Intellisense.Declaration}
parent: System.Collections.Generic
definition: System.Collections.Generic.IEnumerable`1
name: IEnumerable<Declaration>
nameWithType: IEnumerable<Declaration>
fullName: System.Collections.Generic.IEnumerable<Microsoft.SqlServer.Management.SqlParser.Intellisense.Declaration>
nameWithType.vb: IEnumerable(Of Declaration)
fullname.vb: System.Collections.Generic.IEnumerable(Of Microsoft.SqlServer.Management.SqlParser.Intellisense.Declaration)
name.vb: IEnumerable(Of Declaration)
spec.csharp:
- uid: System.Collections.Generic.IEnumerable`1
name: IEnumerable
nameWithType: IEnumerable
fullName: System.Collections.Generic.IEnumerable
isExternal: true
- name: <
nameWithType: <
fullName: <
- uid: Microsoft.SqlServer.Management.SqlParser.Intellisense.Declaration
name: Declaration
nameWithType: Declaration
fullName: Microsoft.SqlServer.Management.SqlParser.Intellisense.Declaration
isExternal: true
- name: '>'
nameWithType: '>'
fullName: '>'
spec.vb:
- uid: System.Collections.Generic.IEnumerable`1
name: IEnumerable
nameWithType: IEnumerable
fullName: System.Collections.Generic.IEnumerable
isExternal: true
- name: '(Of '
nameWithType: '(Of '
fullName: '(Of '
- uid: Microsoft.SqlServer.Management.SqlParser.Intellisense.Declaration
name: Declaration
nameWithType: Declaration
fullName: Microsoft.SqlServer.Management.SqlParser.Intellisense.Declaration
isExternal: true
- name: )
nameWithType: )
fullName: )
- uid: Microsoft.SqlServer.Management.SqlParser.Parser
commentId: N:Microsoft.SqlServer.Management.SqlParser.Parser
isExternal: false
name: Microsoft.SqlServer.Management.SqlParser.Parser
nameWithType: Microsoft.SqlServer.Management.SqlParser.Parser
fullName: Microsoft.SqlServer.Management.SqlParser.Parser
- uid: System
commentId: N:System
isExternal: false
name: System
nameWithType: System
fullName: System
- uid: Microsoft.SqlServer.Management.SqlParser.MetadataProvider
commentId: N:Microsoft.SqlServer.Management.SqlParser.MetadataProvider
isExternal: false
name: Microsoft.SqlServer.Management.SqlParser.MetadataProvider
nameWithType: Microsoft.SqlServer.Management.SqlParser.MetadataProvider
fullName: Microsoft.SqlServer.Management.SqlParser.MetadataProvider
- uid: System.Collections.Generic.IEnumerable`1
commentId: T:System.Collections.Generic.IEnumerable`1
isExternal: true
name: IEnumerable<T>
nameWithType: IEnumerable<T>
fullName: System.Collections.Generic.IEnumerable<T>
nameWithType.vb: IEnumerable(Of T)
fullname.vb: System.Collections.Generic.IEnumerable(Of T)
name.vb: IEnumerable(Of T)
spec.csharp:
- uid: System.Collections.Generic.IEnumerable`1
name: IEnumerable
nameWithType: IEnumerable
fullName: System.Collections.Generic.IEnumerable
isExternal: true
- name: <
nameWithType: <
fullName: <
- name: T
nameWithType: T
fullName: T
- name: '>'
nameWithType: '>'
fullName: '>'
spec.vb:
- uid: System.Collections.Generic.IEnumerable`1
name: IEnumerable
nameWithType: IEnumerable
fullName: System.Collections.Generic.IEnumerable
isExternal: true
- name: '(Of '
nameWithType: '(Of '
fullName: '(Of '
- name: T
nameWithType: T
fullName: T
- name: )
nameWithType: )
fullName: )
- uid: System.Collections.Generic
commentId: N:System.Collections.Generic
isExternal: false
name: System.Collections.Generic
nameWithType: System.Collections.Generic
fullName: System.Collections.Generic