toggle menu
SQLDelight
2.0.2
jvm
switch theme
search in API
sqlite-3-38
/
app.cash.sqldelight.dialects.sqlite_3_38.grammar
/
SqliteParser
Sqlite
Parser
open
class
SqliteParser
:
PsiParser
,
LightPsiParser
Members
Constructors
Sqlite
Parser
Link copied to clipboard
constructor
(
)
Functions
extension_expr_real
Link copied to clipboard
open
fun
extension_expr_real
(
builder_
:
PsiBuilder
,
level_
:
Int
)
:
Boolean
json_binary_operator_real
Link copied to clipboard
open
fun
json_binary_operator_real
(
builder_
:
PsiBuilder
,
level_
:
Int
)
:
Boolean
json_expression_real
Link copied to clipboard
open
fun
json_expression_real
(
builder_
:
PsiBuilder
,
level_
:
Int
)
:
Boolean
overrides_real
Link copied to clipboard
open
fun
overrides_real
(
builder_
:
PsiBuilder
,
level_
:
Int
)
:
Boolean
parse
Link copied to clipboard
open
fun
parse
(
root_
:
IElementType
,
builder_
:
PsiBuilder
)
:
ASTNode
parse
Light
Link copied to clipboard
open
fun
parseLight
(
root_
:
IElementType
,
builder_
:
PsiBuilder
)