public class SqlUtils extends Object
| 构造器和说明 |
|---|
SqlUtils() |
| 限定符和类型 | 方法和说明 |
|---|---|
static String |
getAlterTableDeleteStatement(String tableName,
String[] conditionFields) |
static String |
getAlterTableUpdateStatement(String tableName,
String[] fieldNames,
String[] conditionFields) |
static String |
getDeleteStatement(String tableName,
String[] conditionFields,
boolean enableExperimentalLightweightDelete) |
static String |
getInsertIntoStatement(String tableName,
String[] fieldNames) |
static String |
getRowExistsStatement(String tableName,
String[] conditionFields) |
static String |
quoteIdentifier(String identifier) |
public static String getInsertIntoStatement(String tableName, String[] fieldNames)
public static String getDeleteStatement(String tableName, String[] conditionFields, boolean enableExperimentalLightweightDelete)
public static String getAlterTableUpdateStatement(String tableName, String[] fieldNames, String[] conditionFields)
public static String getAlterTableDeleteStatement(String tableName, String[] conditionFields)
Copyright © 2024 The Apache Software Foundation. All rights reserved.