Uses of Class
com.gpudb.protocol.ShowSchemaRequest
-
Packages that use ShowSchemaRequest Package Description com.gpudb com.gpudb.protocol -
-
Uses of ShowSchemaRequest in com.gpudb
Methods in com.gpudb with parameters of type ShowSchemaRequest Modifier and Type Method Description ShowSchemaResponseGPUdb. showSchema(ShowSchemaRequest request)Retrieves information about a schema (or all schemas), as specified inschemaName. -
Uses of ShowSchemaRequest in com.gpudb.protocol
Methods in com.gpudb.protocol that return ShowSchemaRequest Modifier and Type Method Description ShowSchemaRequestShowSchemaRequest. setOptions(Map<String,String> options)Optional parameters.ShowSchemaRequestShowSchemaRequest. setSchemaName(String schemaName)Name of the schema for which to retrieve the information.
-