Uses of Class
io.trino.plugin.jdbc.RemoteTableName
-
Packages that use RemoteTableName Package Description io.trino.plugin.jdbc io.trino.plugin.jdbc.jmx -
-
Uses of RemoteTableName in io.trino.plugin.jdbc
Methods in io.trino.plugin.jdbc that return RemoteTableName Modifier and Type Method Description RemoteTableNameJdbcNamedRelationHandle. getRemoteTableName()RemoteTableNameJdbcTableHandle. getRemoteTableName()Deprecated.UseasPlainTable().getRemoteTableName()instead, but see those methods for more information, as this is not a drop-in replacement.Methods in io.trino.plugin.jdbc with parameters of type RemoteTableName Modifier and Type Method Description protected StringBaseJdbcClient. createTableSql(RemoteTableName remoteTableName, List<String> columns, ConnectorTableMetadata tableMetadata)protected StringQueryBuilder. getRelation(RemoteTableName remoteTableName)StringBaseJdbcClient. quoted(RemoteTableName remoteTableName)StringCachingJdbcClient. quoted(RemoteTableName remoteTableName)StringForwardingJdbcClient. quoted(RemoteTableName remoteTableName)StringJdbcClient. quoted(RemoteTableName remoteTableName)Constructors in io.trino.plugin.jdbc with parameters of type RemoteTableName Constructor Description JdbcNamedRelationHandle(SchemaTableName schemaTableName, RemoteTableName remoteTableName)JdbcTableHandle(SchemaTableName schemaTableName, RemoteTableName remoteTableName) -
Uses of RemoteTableName in io.trino.plugin.jdbc.jmx
Methods in io.trino.plugin.jdbc.jmx with parameters of type RemoteTableName Modifier and Type Method Description StringStatisticsAwareJdbcClient. quoted(RemoteTableName remoteTableName)
-