Uses of Class
com.gpudb.protocol.ShowSchemaResponse
-
Packages that use ShowSchemaResponse Package Description com.gpudb com.gpudb.protocol -
-
Uses of ShowSchemaResponse in com.gpudb
Methods in com.gpudb that return ShowSchemaResponse Modifier and Type Method Description ShowSchemaResponseGPUdb. showSchema(ShowSchemaRequest request)Retrieves information about a schema (or all schemas), as specified inschemaName.ShowSchemaResponseGPUdb. showSchema(String schemaName, Map<String,String> options)Retrieves information about a schema (or all schemas), as specified inschemaName. -
Uses of ShowSchemaResponse in com.gpudb.protocol
Methods in com.gpudb.protocol that return ShowSchemaResponse Modifier and Type Method Description ShowSchemaResponseShowSchemaResponse. setAdditionalInfo(List<Map<String,String>> additionalInfo)Additional information about the respective tables inschemaNames.ShowSchemaResponseShowSchemaResponse. setInfo(Map<String,String> info)Additional information.ShowSchemaResponseShowSchemaResponse. setSchemaName(String schemaName)Value ofschemaName.ShowSchemaResponseShowSchemaResponse. setSchemaNames(List<String> schemaNames)A list of all schema names for which information is returnedShowSchemaResponseShowSchemaResponse. setSchemaTables(List<List<String>> schemaTables)An array of arrays containing a list of tables in each of the respectiveschemaNames.
-