Uses of Interface
net.hydromatic.quidem.Command.Context
-
-
Uses of Command.Context in net.hydromatic.quidem
Methods in net.hydromatic.quidem with parameters of type Command.Context Modifier and Type Method Description voidCommand.ResultChecker. checkResultSet(Command.Context x, Throwable resultSetException)StringAbstractCommand. describe(Command.Context x)StringCommand. describe(Command.Context x)Returns a string describing this command.StringQuidem.SqlCommand. describe(Command.Context x)voidCommand. execute(Command.Context x, boolean execute)Executes this command.voidQuidem.SqlCommand. execute(Command.Context x, boolean execute)List<String>Command.ResultChecker. getOutput(Command.Context x)
-