Uses of Class
org.apache.ignite.internal.processors.query.QueryField
-
-
Uses of QueryField in org.apache.ignite.internal.processors.query
Method parameters in org.apache.ignite.internal.processors.query with type arguments of type QueryField Modifier and Type Method Description IgniteInternalFuture<?>GridQueryProcessor. dynamicColumnAdd(String cacheName, String schemaName, String tblName, List<QueryField> cols, boolean ifTblExists, boolean ifNotExists)Entry point for add column procedure. -
Uses of QueryField in org.apache.ignite.internal.processors.query.schema
Method parameters in org.apache.ignite.internal.processors.query.schema with type arguments of type QueryField Modifier and Type Method Description voidAbstractSchemaChangeListener. onColumnsAdded(String schemaName, GridQueryTypeDescriptor typeDesc, GridCacheContextInfo<?,?> cacheInfo, List<QueryField> cols)Callback on columns added.voidSchemaChangeListener. onColumnsAdded(String schemaName, GridQueryTypeDescriptor typeDesc, GridCacheContextInfo<?,?> cacheInfo, List<QueryField> cols)Callback on columns added. -
Uses of QueryField in org.apache.ignite.internal.processors.query.schema.management
Method parameters in org.apache.ignite.internal.processors.query.schema.management with type arguments of type QueryField Modifier and Type Method Description voidSchemaManager. addColumn(String schemaName, String tblName, List<QueryField> cols, boolean ifTblExists, boolean ifColNotExists)Add column. -
Uses of QueryField in org.apache.ignite.internal.processors.query.schema.operation
Methods in org.apache.ignite.internal.processors.query.schema.operation that return types with arguments of type QueryField Modifier and Type Method Description List<QueryField>SchemaAlterTableAddColumnOperation. columns()Constructor parameters in org.apache.ignite.internal.processors.query.schema.operation with type arguments of type QueryField Constructor Description SchemaAlterTableAddColumnOperation(UUID opId, String cacheName, String schemaName, String tblName, List<QueryField> cols, boolean ifTblExists, boolean ifNotExists)Constructor.
-