Uses of Class
com.gpudb.protocol.CreateTableRequest
-
Packages that use CreateTableRequest Package Description com.gpudb com.gpudb.protocol -
-
Uses of CreateTableRequest in com.gpudb
Methods in com.gpudb with parameters of type CreateTableRequest Modifier and Type Method Description CreateTableResponseGPUdb. createTable(CreateTableRequest request)Creates a new table with the given type (definition of columns). -
Uses of CreateTableRequest in com.gpudb.protocol
Methods in com.gpudb.protocol that return CreateTableRequest Modifier and Type Method Description CreateTableRequestCreateTableRequest. setOptions(Map<String,String> options)Optional parameters.CreateTableRequestCreateTableRequest. setTableName(String tableName)Name of the table to be created, in [schema_name.]table_name format, using standard name resolution rules and meeting table naming criteria.CreateTableRequestCreateTableRequest. setTypeId(String typeId)The type for the table, specified as either an existing table's numerical type ID (as returned byGPUdb.createType) or a type definition (as described above).
-