Uses of Class
se.kuseman.payloadbuilder.api.QualifiedName
Packages that use QualifiedName
Package
Description
-
Uses of QualifiedName in se.kuseman.payloadbuilder.api
Fields in se.kuseman.payloadbuilder.api declared as QualifiedNameMethods in se.kuseman.payloadbuilder.api that return QualifiedNameModifier and TypeMethodDescriptionExtends this qualified name with provided partQualifiedName.extract(int from) Extracts a new qualified name from this instance with parts defined in from to last partQualifiedName.extract(int from, int to) Extracts a new qualified name from this instance with parts defined in from tostatic QualifiedNameConstuct a qualified name from provided object.static QualifiedNameConstruct a qualified name from provided partsPrepend this qualified name with provided partQualifiedName.toLowerCase()Returns a new qualified name with all parts lower casedMethods in se.kuseman.payloadbuilder.api with parameters of type QualifiedNameModifier and TypeMethodDescriptionbooleanQualifiedName.equalsIgnoreCase(QualifiedName name) Returns true if this qualified names parts equals other parts ignoring case -
Uses of QualifiedName in se.kuseman.payloadbuilder.api.catalog
Methods in se.kuseman.payloadbuilder.api.catalog that return QualifiedNameModifier and TypeMethodDescriptionOption.getOption()IPredicate.getQualifiedColumn()Return the qualified column name of this predicate (if any exists).Index.getTable()Methods in se.kuseman.payloadbuilder.api.catalog with parameters of type QualifiedNameModifier and TypeMethodDescriptionDatasourceData.extractEqualsPredicate(QualifiedName column) Convenience method for extracting a equals predicate for specific column.default ValueVectorIDatasourceOptions.getOption(QualifiedName name, IExecutionContext context) Return value for provided option name.Catalog.getScanDataSource(IQuerySession session, String catalogAlias, QualifiedName table, DatasourceData data) Create a scanIDatasourcefor provided tableCatalog.getSystemTableDataSource(IQuerySession session, String catalogAlias, QualifiedName table, DatasourceData data) Get system datasource for provided table.Catalog.getSystemTableSchema(IQuerySession session, String catalogAlias, QualifiedName table) Return table schema for a system tableCatalog.getTableSchema(IQuerySession session, String catalogAlias, QualifiedName table) Deprecated.Catalog.getTableSchema(IQuerySession session, String catalogAlias, QualifiedName table, List<Option> options) Return the table schema information for provided table.Constructors in se.kuseman.payloadbuilder.api.catalog with parameters of type QualifiedNameModifierConstructorDescriptionIndex(QualifiedName table, List<String> columns, Index.ColumnsType columnsType) Index(QualifiedName table, List<String> columns, Index.ColumnsType columnsType, Set<Index.IndexType> indexTypes) Option(QualifiedName option, IExpression valueExpression) -
Uses of QualifiedName in se.kuseman.payloadbuilder.api.execution
Methods in se.kuseman.payloadbuilder.api.execution with parameters of type QualifiedNameModifier and TypeMethodDescription<T> TGenericCache.computIfAbsent(QualifiedName name, Object key, Duration ttl, Supplier<T> supplier) Compute or get cached value -
Uses of QualifiedName in se.kuseman.payloadbuilder.api.expression
Methods in se.kuseman.payloadbuilder.api.expression that return QualifiedNameModifier and TypeMethodDescriptiondefault QualifiedNameIDereferenceExpression.getQualifiedColumn()default QualifiedNameIExpression.getQualifiedColumn()Return a qualified column name for this expression if any exists otherwise null
#getTableSchema(IExecutionContext, String, QualifiedName, List)instead