Uses of Class
com.gpudb.protocol.CreateTableResponse
-
Packages that use CreateTableResponse Package Description com.gpudb com.gpudb.protocol -
-
Uses of CreateTableResponse in com.gpudb
Methods in com.gpudb that return CreateTableResponse Modifier and Type Method Description CreateTableResponseGPUdb. createTable(CreateTableRequest request)Creates a new table with the given type (definition of columns).CreateTableResponseGPUdb. createTable(String tableName, String typeId, Map<String,String> options)Creates a new table with the given type (definition of columns). -
Uses of CreateTableResponse in com.gpudb.protocol
Methods in com.gpudb.protocol that return CreateTableResponse Modifier and Type Method Description CreateTableResponseCreateTableResponse. setInfo(Map<String,String> info)Additional information.CreateTableResponseCreateTableResponse. setIsCollection(boolean isCollection)[DEPRECATED--this will always return false] Indicates if the created entity is a schema.CreateTableResponseCreateTableResponse. setTableName(String tableName)Value oftableName.CreateTableResponseCreateTableResponse. setTypeId(String typeId)Value oftypeId.
-