toggle menu
SQLDelight
2.1.0-SNAPSHOT
jvm
switch theme
search in API
hsql
/
app.cash.sqldelight.dialects.hsql
/
HsqlTypeResolver
Hsql
Type
Resolver
class
HsqlTypeResolver
(
parentResolver
:
TypeResolver
)
:
TypeResolver
Members
Constructors
Hsql
Type
Resolver
Link copied to clipboard
constructor
(
parentResolver
:
TypeResolver
)
Functions
argument
Type
Link copied to clipboard
open
override
fun
argumentType
(
parent
:
PsiElement
,
argument
:
SqlExpr
)
:
IntermediateType
definition
Type
Link copied to clipboard
open
override
fun
definitionType
(
typeName
:
SqlTypeName
)
:
IntermediateType
function
Type
Link copied to clipboard
open
override
fun
functionType
(
functionExpr
:
SqlFunctionExpr
)
:
IntermediateType
?
query
With
Results
Link copied to clipboard
open
override
fun
queryWithResults
(
sqlStmt
:
SqlStmt
)
:
QueryWithResults
?
resolved
Type
Link copied to clipboard
open
override
fun
resolvedType
(
expr
:
SqlExpr
)
:
IntermediateType
simplify
Type
Link copied to clipboard
open
override
fun
simplifyType
(
intermediateType
:
IntermediateType
)
:
IntermediateType