Uses of Enum Class
com.github.copilot.generated.rpc.SessionFsSqliteQueryType
Packages that use SessionFsSqliteQueryType
-
Uses of SessionFsSqliteQueryType in com.github.copilot.generated.rpc
Subclasses with type arguments of type SessionFsSqliteQueryType in com.github.copilot.generated.rpcModifier and TypeClassDescriptionenumHow to execute the query: 'exec' for DDL/multi-statement (no results), 'query' for SELECT (returns rows), 'run' for INSERT/UPDATE/DELETE (returns rowsAffected)Methods in com.github.copilot.generated.rpc that return SessionFsSqliteQueryTypeModifier and TypeMethodDescriptionstatic SessionFsSqliteQueryTypeSessionFsSqliteQueryParams.queryType()Returns the value of thequeryTyperecord component.static SessionFsSqliteQueryTypeReturns the enum constant of this class with the specified name.static SessionFsSqliteQueryType[]SessionFsSqliteQueryType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.github.copilot.generated.rpc with parameters of type SessionFsSqliteQueryTypeModifierConstructorDescriptionSessionFsSqliteQueryParams(String sessionId, String query, SessionFsSqliteQueryType queryType, Map<String, Object> params) Creates an instance of aSessionFsSqliteQueryParamsrecord class.