Skip navigation links
C D E I M N Q S 

C

connect(String) - Method in interface net.hydromatic.quidem.Quidem.ConnectionFactory
Creates a connection to the named database.
connect(String, boolean) - Method in interface net.hydromatic.quidem.Quidem.NewConnectionFactory
Creates a connection to the named database or reference database.

D

DEBUG - Static variable in class net.hydromatic.quidem.Quidem
 

E

EMPTY_CONNECTION_FACTORY - Static variable in class net.hydromatic.quidem.Quidem
The empty environment.
EMPTY_ENV - Static variable in class net.hydromatic.quidem.Quidem
The empty environment.
execute(Quidem.ConnectionFactory) - Method in class net.hydromatic.quidem.Quidem
Deprecated.
execute() - Method in class net.hydromatic.quidem.Quidem
Executes the commands from the input, writing to the output, then closing both input and output.

I

isProbablyDeterministic(String) - Method in class net.hydromatic.quidem.Quidem
Returns whether a SQL query is likely to produce results always in the same order.

M

main(String[]) - Static method in class net.hydromatic.quidem.Quidem
Entry point from the operating system command line.

N

net.hydromatic.quidem - package net.hydromatic.quidem
Idempotent query script execution.

Q

Quidem - Class in net.hydromatic.quidem
Runs a SQL script.
Quidem(Reader, Writer) - Constructor for class net.hydromatic.quidem.Quidem
Creates a Quidem interpreter with an empty environment and empty connection factory.
Quidem(Reader, Writer, Function<String, Object>) - Constructor for class net.hydromatic.quidem.Quidem
Deprecated.
Quidem(Reader, Writer, Function<String, Object>, Quidem.ConnectionFactory) - Constructor for class net.hydromatic.quidem.Quidem
Creates a Quidem interpreter.
Quidem.ConnectionFactory - Interface in net.hydromatic.quidem
Creates a connection for a given name.
Quidem.NewConnectionFactory - Interface in net.hydromatic.quidem
Extended connection factory.

S

setStackLimit(int) - Method in class net.hydromatic.quidem.Quidem
Sets the maximum number of characters of an error stack to be printed.
C D E I M N Q S 
Skip navigation links

Copyright © 2014–2015 Julian Hyde. All rights reserved.