From f3bdc28209912a0b8d28ea1ef436c2022ab072fc Mon Sep 17 00:00:00 2001 From: James Ahlborn Date: Thu, 6 Sep 2018 03:06:50 +0000 Subject: [PATCH] more doc updates git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@1193 f203690c-595d-4dc9-a70b-905162fa7fd2 --- .../jackcess/expr/EvalConfig.java | 6 ++- .../jackcess/expr/package-info.java | 51 +++++++++---------- 2 files changed, 27 insertions(+), 30 deletions(-) diff --git a/src/main/java/com/healthmarketscience/jackcess/expr/EvalConfig.java b/src/main/java/com/healthmarketscience/jackcess/expr/EvalConfig.java index 72d3f51..0f9a859 100644 --- a/src/main/java/com/healthmarketscience/jackcess/expr/EvalConfig.java +++ b/src/main/java/com/healthmarketscience/jackcess/expr/EvalConfig.java @@ -20,9 +20,11 @@ import javax.script.Bindings; import com.healthmarketscience.jackcess.Database; /** - * The EvalContext allows for customization of the expression evaluation + * The EvalConfig allows for customization of the expression evaluation * context for a given {@link Database} instance. * + * @see com.healthmarketscience.jackcess.expr expression package docs + * * @author James Ahlborn */ public interface EvalConfig @@ -47,7 +49,7 @@ public interface EvalConfig /** * Sets the {@link Function} provider to use during expression evaluation. * The Functions supported by the default FunctionLookup are documented in - * {@link com.healthmarketscience.jackcess#expr}. Custom Functions can be + * {@link com.healthmarketscience.jackcess.expr}. Custom Functions can be * implemented and provided to the expression evaluation engine by installing * a custom FunctionLookup instance (which would presumably wrap and * delegate to the default FunctionLookup instance for any default diff --git a/src/main/java/com/healthmarketscience/jackcess/expr/package-info.java b/src/main/java/com/healthmarketscience/jackcess/expr/package-info.java index a6e6ac3..6531eea 100644 --- a/src/main/java/com/healthmarketscience/jackcess/expr/package-info.java +++ b/src/main/java/com/healthmarketscience/jackcess/expr/package-info.java @@ -59,30 +59,30 @@ limitations under the License. *

General Use Classes

*

*

*

*

Advanced Use Classes

*

*

*

*

Function Support

@@ -104,10 +104,10 @@ limitations under the License. * FormatNumber * FormatPercent * GUIDFromString - * Hex($)Y + * Hex[$]Y * NzY - * Oct($)Y - * Str($)Y + * Oct[$]Y + * Str[$]Y * StringFromGUID * Val * CBoolY @@ -173,10 +173,6 @@ limitations under the License. * * * - * - * - * - * * * * @@ -212,7 +208,6 @@ limitations under the License. *
FunctionSupported
Environ
GetAllSettings
GetSetting
IsArray
IsDatePartial
IsEmpty
IsError
* * - * * * *
FunctionSupported
ChooseY
DoEvents
IIfY
SwitchY
@@ -224,21 +219,21 @@ limitations under the License. * Format * InStrY * InStrRevY - * LCase($)Y - * Left($)Y + * LCase[$]Y + * Left[$]Y * LenY - * LTrim($)Y - * RTrim($)Y - * Trim($)Y - * Mid($)Y + * LTrim[$]Y + * RTrim[$]Y + * Trim[$]Y + * Mid[$]Y * Replace - * Right($)Y - * Space($)Y + * Right[$]Y + * Space[$]Y * StrCompY * StrConv - * String($)Y + * String[$]Y * StrReverseY - * UCase($)Y + * UCase[$]Y * * * -- 2.39.5