- java.lang.Object
-
- org.apache.seatunnel.connectors.seatunnel.jdbc.internal.dialect.SQLUtils
-
public class SQLUtils extends Object
-
-
构造器概要
构造器 构造器 说明 SQLUtils()
-
-
-
方法详细资料
-
countForSubquery
public static Long countForSubquery(Connection connection, String subQuerySQL) throws SQLException
- 抛出:
SQLException
-
countForTable
public static Long countForTable(Connection connection, String tablePath) throws SQLException
- 抛出:
SQLException
-
-