Class PreparedStatementBuilder
java.lang.Object
io.trino.plugin.raptor.legacy.systemtables.PreparedStatementBuilder
-
Method Summary
Modifier and TypeMethodDescriptionstatic PreparedStatementcreate(Connection connection, String sql, List<String> columnNames, List<Type> types, Set<Integer> uuidColumnIndexes, TupleDomain<Integer> tupleDomain)
-
Method Details
-
create
public static PreparedStatement create(Connection connection, String sql, List<String> columnNames, List<Type> types, Set<Integer> uuidColumnIndexes, TupleDomain<Integer> tupleDomain) throws SQLException - Throws:
SQLException
-