Uses of Interface
io.trino.plugin.base.mapping.RemoteIdentifiers
Packages that use RemoteIdentifiers
-
Uses of RemoteIdentifiers in io.trino.plugin.base.mapping
Methods in io.trino.plugin.base.mapping with parameters of type RemoteIdentifiersModifier and TypeMethodDescriptionCachingIdentifierMapping.toRemoteColumnName(RemoteIdentifiers remoteIdentifiers, String columnName) DefaultIdentifierMapping.toRemoteColumnName(RemoteIdentifiers remoteIdentifiers, String columnName) ForwardingIdentifierMapping.toRemoteColumnName(RemoteIdentifiers remoteIdentifiers, String columnName) IdentifierMapping.toRemoteColumnName(RemoteIdentifiers remoteIdentifiers, String columnName) RuleBasedIdentifierMapping.toRemoteColumnName(RemoteIdentifiers remoteIdentifiers, String columnName) CachingIdentifierMapping.toRemoteSchemaName(RemoteIdentifiers remoteIdentifiers, ConnectorIdentity identity, String schemaName) DefaultIdentifierMapping.toRemoteSchemaName(RemoteIdentifiers remoteIdentifiers, ConnectorIdentity identity, String schemaName) ForwardingIdentifierMapping.toRemoteSchemaName(RemoteIdentifiers remoteIdentifiers, ConnectorIdentity identity, String schemaName) IdentifierMapping.toRemoteSchemaName(RemoteIdentifiers remoteIdentifiers, ConnectorIdentity identity, String schemaName) RuleBasedIdentifierMapping.toRemoteSchemaName(RemoteIdentifiers remoteIdentifiers, ConnectorIdentity identity, String schemaName) CachingIdentifierMapping.toRemoteTableName(RemoteIdentifiers remoteIdentifiers, ConnectorIdentity identity, String remoteSchema, String tableName) DefaultIdentifierMapping.toRemoteTableName(RemoteIdentifiers remoteIdentifiers, ConnectorIdentity identity, String remoteSchema, String tableName) ForwardingIdentifierMapping.toRemoteTableName(RemoteIdentifiers remoteIdentifiers, ConnectorIdentity identity, String remoteSchema, String tableName) IdentifierMapping.toRemoteTableName(RemoteIdentifiers remoteIdentifiers, ConnectorIdentity identity, String remoteSchema, String tableName) RuleBasedIdentifierMapping.toRemoteTableName(RemoteIdentifiers remoteIdentifiers, ConnectorIdentity identity, String remoteSchema, String tableName)