Uses of Class
com.gpudb.protocol.CreateJoinTableRequest
-
Packages that use CreateJoinTableRequest Package Description com.gpudb com.gpudb.protocol -
-
Uses of CreateJoinTableRequest in com.gpudb
Methods in com.gpudb with parameters of type CreateJoinTableRequest Modifier and Type Method Description CreateJoinTableResponseGPUdb. createJoinTable(CreateJoinTableRequest request)Creates a table that is the result of a SQL JOIN. -
Uses of CreateJoinTableRequest in com.gpudb.protocol
Methods in com.gpudb.protocol that return CreateJoinTableRequest Modifier and Type Method Description CreateJoinTableRequestCreateJoinTableRequest. setColumnNames(List<String> columnNames)List of member table columns or column expressions to be included in the join.CreateJoinTableRequestCreateJoinTableRequest. setExpressions(List<String> expressions)An optional list of expressions to combine and filter the joined tables.CreateJoinTableRequestCreateJoinTableRequest. setJoinTableName(String joinTableName)Name of the join table to be created, in [schema_name.]table_name format, using standard name resolution rules and meeting table naming criteria.CreateJoinTableRequestCreateJoinTableRequest. setOptions(Map<String,String> options)Optional parameters.CreateJoinTableRequestCreateJoinTableRequest. setTableNames(List<String> tableNames)The list of table names composing the join, each in [schema_name.]table_name format, using standard name resolution rules.
-