Uses of Class
ai.waii.clients.database.TableName
Packages that use TableName
-
Uses of TableName in ai.waii.clients.database
Methods in ai.waii.clients.database that return TableNameModifier and TypeMethodDescriptionTable.getTableName()TableToColumnDescription.getTableName()UpdateTableDescriptionRequest.getTableName()Methods in ai.waii.clients.database with parameters of type TableNameModifier and TypeMethodDescriptionvoidTable.setTableName(TableName tableName) voidTableToColumnDescription.setTableName(TableName tableName) voidUpdateTableDescriptionRequest.setTableName(TableName tableName) Constructors in ai.waii.clients.database with parameters of type TableNameModifierConstructorDescriptionTableToColumnDescription(TableName tableName, ColumnDescription[] columnDescriptions) -
Uses of TableName in ai.waii.clients.query
Methods in ai.waii.clients.query that return types with arguments of type TableNameModifier and TypeMethodDescriptionDescribeQueryResponse.getTables()DiffQueryResponse.getTables()GeneratedQuery.getTables()GenerateQuestionResponse.GeneratedQuestion.getTables()Method parameters in ai.waii.clients.query with type arguments of type TableNameModifier and TypeMethodDescriptionvoidvoidvoidvoidConstructor parameters in ai.waii.clients.query with type arguments of type TableNameModifierConstructorDescriptionGeneratedQuery(String uuid, Boolean liked, List<TableName> tables, List<SemanticStatement> semanticContext, String query, List<String> detailedSteps, String whatChanged, List<GeneratedQuery.CompilationError> compilationErrors, Boolean isNew, Long timestampMs, Map<String, Object> debugInfo, GeneratedQuery.LLMUsageStatistics llmUsageStats, GeneratedQuery.ConfidenceScore confidenceScore) GeneratedQuery(String uuid, Boolean liked, List<TableName> tables, List<SemanticStatement> semanticContext, String query, List<String> detailedSteps, String whatChanged, List<GeneratedQuery.CompilationError> compilationErrors, Boolean isNew, Long timestampMs, Map<String, Object> debugInfo, GeneratedQuery.LLMUsageStatistics llmUsageStats, GeneratedQuery.ConfidenceScore confidenceScore, Integer elapsedTimeMs, List<String> assumptions) GeneratedQuestion(String question, String complexity, List<TableName> tables)