C D E I M N O Q S W 

C

connect(String, boolean) - Method in interface net.hydromatic.quidem.Quidem.ConnectionFactory
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.
EMPTY_PROPERTY_HANDLER - Static variable in class net.hydromatic.quidem.Quidem
A property handler that does nothing.
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.

O

onSet(String, Object) - Method in interface net.hydromatic.quidem.Quidem.PropertyHandler
 

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>, 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
Deprecated.
Quidem.PropertyHandler - Interface in net.hydromatic.quidem
Called whenever a property's value is changed.

S

setStackLimit(int) - Method in class net.hydromatic.quidem.Quidem
Sets the maximum number of characters of an error stack to be printed.

W

withConnectionFactory(Quidem.ConnectionFactory) - Method in class net.hydromatic.quidem.Quidem
Creates an instance that uses a given connection factory.
withPropertyHandler(Quidem.PropertyHandler) - Method in class net.hydromatic.quidem.Quidem
Creates an instance that uses a given property handler.
C D E I M N O Q S W 

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