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 TableFunction
Parser. 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 TableFunction
Call. tableFunction
Methods in org.h2.command.dml with parameters of type TableFunction Modifier and Type Method Description void
Call. 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 class
ArrayTableFunction
A table value function.class
CSVReadFunction
A CSVREAD function.class
JavaTableFunction
This class wraps a user-defined function.class
LinkSchemaFunction
A LINK_SCHEMA function. -
Uses of TableFunction in org.h2.table
Fields in org.h2.table declared as TableFunction Modifier and Type Field Description private TableFunction
FunctionTable. function
Constructors in org.h2.table with parameters of type TableFunction Constructor Description FunctionTable(Schema schema, SessionLocal session, TableFunction function)
-