Uses of Class
org.h2.expression.function.table.TableFunction
Packages that use TableFunction
Package
Description
This package contains the parser and the base classes for prepared SQL statements.
Contains DML (data manipulation language) and related SQL statements.
Table value functions.
Classes related to a table and table meta data.
-
Uses of TableFunction in org.h2.command
Methods in org.h2.command that return TableFunctionModifier and TypeMethodDescriptionprivate TableFunction
Parser.readTableFunction
(String name, Schema schema) -
Uses of TableFunction in org.h2.command.dml
Fields in org.h2.command.dml declared as TableFunctionMethods in org.h2.command.dml with parameters of type TableFunction -
Uses of TableFunction in org.h2.expression.function.table
Subclasses of TableFunction in org.h2.expression.function.tableModifier and TypeClassDescriptionfinal class
A table value function.final class
A CSVREAD function.final class
This class wraps a user-defined function.final class
A LINK_SCHEMA function. -
Uses of TableFunction in org.h2.table
Fields in org.h2.table declared as TableFunctionConstructors in org.h2.table with parameters of type TableFunctionModifierConstructorDescriptionFunctionTable
(Schema schema, SessionLocal session, TableFunction function)