Postgre Sql Type Resolver
class PostgreSqlTypeResolver(parentResolver: TypeResolver) : TypeResolver
Content copied to clipboard
Functions
Link copied to clipboard
open override fun argumentType(parent: PsiElement, argument: SqlExpr): IntermediateType
Content copied to clipboard
Link copied to clipboard
open override fun definitionType(typeName: SqlTypeName): IntermediateType
Content copied to clipboard
Link copied to clipboard
open override fun functionType(functionExpr: SqlFunctionExpr): IntermediateType?
Content copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override fun simplifyType(intermediateType: IntermediateType): IntermediateType
Content copied to clipboard