Revision 44925 trunk/org.gvsig.desktop/org.gvsig.desktop.compat.cdc/org.gvsig.fmap.dal/org.gvsig.fmap.dal.impl/src/main/java/org/gvsig/expressionevaluator/impl/function/dataaccess/ExistsTableFunction.java

View differences:

ExistsTableFunction.java
42 42
    super(  DALFunctions.GROUP_DATA_ACCESS,
43 43
            FUNCTION_EXISTS_TABLE,
44 44
            Range.is(1),
45
            "Check if a table exists in the applicacion.",
46
            FUNCTION_EXISTS_TABLE,
47
            null,
45
            "Check if the indicated table exists in the application.\n" +
46
              "To do this, you it consult the project tables, the layers " +
47
              "loaded in the project views, the temporary tables and the  " +
48
              "tables of the workspaces to which you are connected.",
49
            FUNCTION_EXISTS_TABLE+"({{table_name}})",
50
            new String[]{
51
              "table_name - The name of the table to check if exists in the application."
52
            },
48 53
            "Boolean",
49 54
            false
50 55
    );

Also available in: Unified diff