Index

C E G J M P R S 
All Classes and Interfaces|All Packages

C

com.apple.foundationdb.relational.cli.sqlline - package com.apple.foundationdb.relational.cli.sqlline
Sqlline customizations.
Customize - Class in com.apple.foundationdb.relational.cli.sqlline
In here we add Relational customizations and extensions to SQLline.
Customize() - Constructor for class com.apple.foundationdb.relational.cli.sqlline.Customize
 

E

execute(String, DispatchCallback) - Method in class sqlline.PlannerDebuggerCommandHandler
 
execute(String, DispatchCallback) - Method in class sqlline.SetSchema
 

G

getCommandHandlers(SqlLine) - Method in class com.apple.foundationdb.relational.cli.sqlline.Customize
 
getInfoMessage() - Method in class com.apple.foundationdb.relational.cli.sqlline.Customize
 
getOpts(SqlLine) - Method in class com.apple.foundationdb.relational.cli.sqlline.Customize
Override to fix a bug in sqlline customization; an oversight prevents us being able to set the CONNECT_INTERACTION_MODE default so we do the below ugly intercept instead.
getOutputFormats(SqlLine) - Method in class com.apple.foundationdb.relational.cli.sqlline.Customize
 

J

JsonOutputFormatPlus - Class in com.apple.foundationdb.relational.cli.sqlline
Add support for Relational STRUCT and ARRAY to JSON processing.
JsonOutputFormatPlus(SqlLine) - Constructor for class com.apple.foundationdb.relational.cli.sqlline.JsonOutputFormatPlus
 

M

main(String[]) - Static method in class com.apple.foundationdb.relational.cli.sqlline.RelationalSQLLine
 

P

PlannerDebuggerCommandHandler - Class in sqlline
Add a sqlline command that will launch the cascades planner debugger in side sqlline.
PlannerDebuggerCommandHandler(SqlLine) - Constructor for class sqlline.PlannerDebuggerCommandHandler
 

R

RelationalSQLLine - Class in com.apple.foundationdb.relational.cli.sqlline
 
RelationalSQLLine() - Constructor for class com.apple.foundationdb.relational.cli.sqlline.RelationalSQLLine
 

S

SetSchema - Class in sqlline
Set Relational schema.
SetSchema(SqlLine) - Constructor for class sqlline.SetSchema
 
sqlline - package sqlline
SQLLine command additions that need to be in same package as sqlline to get access to package private resources.
C E G J M P R S 
All Classes and Interfaces|All Packages