Uses of Class
org.h2.expression.function.table.TableFunction
-
Packages that use TableFunction Package Description org.h2.command This package contains the parser and the base classes for prepared SQL statements.org.h2.command.dml Contains DML (data manipulation language) and related SQL statements.org.h2.expression.function.table Table value functions.org.h2.table Classes related to a table and table meta data. -
-
Uses of TableFunction in org.h2.command
Methods in org.h2.command that return TableFunction Modifier and Type Method Description private TableFunctionParser. readTableFunction(java.lang.String name, Schema schema) -
Uses of TableFunction in org.h2.command.dml
Fields in org.h2.command.dml declared as TableFunction Modifier and Type Field Description private TableFunctionCall. tableFunctionMethods in org.h2.command.dml with parameters of type TableFunction Modifier and Type Method Description voidCall. setTableFunction(TableFunction tableFunction) -
Uses of TableFunction in org.h2.expression.function.table
Subclasses of TableFunction in org.h2.expression.function.table Modifier and Type Class Description classArrayTableFunctionA table value function.classCSVReadFunctionA CSVREAD function.classJavaTableFunctionThis class wraps a user-defined function.classLinkSchemaFunctionA LINK_SCHEMA function. -
Uses of TableFunction in org.h2.table
Fields in org.h2.table declared as TableFunction Modifier and Type Field Description private TableFunctionFunctionTable. functionConstructors in org.h2.table with parameters of type TableFunction Constructor Description FunctionTable(Schema schema, SessionLocal session, TableFunction function)
-