SQLDelight
Toggle table of contents
2.2.0-SNAPSHOT
jvm
Platform filter
jvm
Switch theme
Search in API
SQLDelight
sqlite-3-25
/
app.cash.sqldelight.dialects.sqlite_3_25.grammar
/
SqliteParser
Sqlite
Parser
open
class
SqliteParser
:
PsiParser
,
LightPsiParser
Members
Constructors
Sqlite
Parser
Link copied to clipboard
constructor
(
)
Functions
alter_
table_
column_
alias_
real
Link copied to clipboard
open
fun
alter_table_column_alias_real
(
builder_
:
PsiBuilder
,
level_
:
Int
)
:
Boolean
alter_
table_
rename_
column_
real
Link copied to clipboard
open
fun
alter_table_rename_column_real
(
builder_
:
PsiBuilder
,
level_
:
Int
)
:
Boolean
alter_
table_
rules_
real
Link copied to clipboard
open
fun
alter_table_rules_real
(
builder_
:
PsiBuilder
,
level_
:
Int
)
:
Boolean
base_
window_
name_
real
Link copied to clipboard
open
fun
base_window_name_real
(
builder_
:
PsiBuilder
,
level_
:
Int
)
:
Boolean
extension_
expr_
real
Link copied to clipboard
open
fun
extension_expr_real
(
builder_
:
PsiBuilder
,
level_
:
Int
)
:
Boolean
frame_
spec_
real
Link copied to clipboard
open
fun
frame_spec_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
)
select_
stmt_
real
Link copied to clipboard
open
fun
select_stmt_real
(
builder_
:
PsiBuilder
,
level_
:
Int
)
:
Boolean
window_
defn_
real
Link copied to clipboard
open
fun
window_defn_real
(
builder_
:
PsiBuilder
,
level_
:
Int
)
:
Boolean
window_
function_
expr_
real
Link copied to clipboard
open
fun
window_function_expr_real
(
builder_
:
PsiBuilder
,
level_
:
Int
)
:
Boolean
window_
name_
real
Link copied to clipboard
open
fun
window_name_real
(
builder_
:
PsiBuilder
,
level_
:
Int
)
:
Boolean