Package org.apache.ignite.sql
package org.apache.ignite.sql
Contains Ignite SQL API classes and interfaces.
-
ClassDescriptionArguments for batch query execution.Interface that provides methods for accessing column metadata.Represents a column origin.Predefined column types.Ignite SQL query facade.Exception is thrown when a query doesn't intend to return any rows (e.g.ResultSet<T>Provides methods to access SQL query results represented by a collection of
SqlRow
.ResultSet metadata.Subclass ofSqlException
is thrown when an error occurs during a batch update operation.SQL exception base class.Provides methods to access row data by column name or ID.Object represents an SQL statement.Statement builder provides methods for building a statement object, which represents a query and holds query-specific settings that overrides the query execution context defaults.