Package org.apache.ibatis.jdbc
Class SqlBuilder
java.lang.Object
org.apache.ibatis.jdbc.SqlBuilder
Deprecated.
- Author:
- Jeff Butler
-
Method Summary
Modifier and TypeMethodDescriptionstatic voidAND()Deprecated.static voidBEGIN()Deprecated.static voidDELETE_FROM(String table) Deprecated.static voidDeprecated.static voidDeprecated.static voidDeprecated.static voidINNER_JOIN(String join) Deprecated.static voidINSERT_INTO(String tableName) Deprecated.static voidDeprecated.static voidLEFT_OUTER_JOIN(String join) Deprecated.static voidOR()Deprecated.static voidDeprecated.static voidOUTER_JOIN(String join) Deprecated.static voidRESET()Deprecated.static voidRIGHT_OUTER_JOIN(String join) Deprecated.static voidDeprecated.static voidSELECT_DISTINCT(String columns) Deprecated.static voidDeprecated.static StringSQL()Deprecated.static voidDeprecated.static voidDeprecated.static voidDeprecated.
-
Method Details
-
BEGIN
public static void BEGIN()Deprecated. -
RESET
public static void RESET()Deprecated. -
UPDATE
Deprecated. -
SET
Deprecated. -
SQL
Deprecated. -
INSERT_INTO
Deprecated. -
VALUES
Deprecated. -
SELECT
Deprecated. -
SELECT_DISTINCT
Deprecated. -
DELETE_FROM
Deprecated. -
FROM
Deprecated. -
JOIN
Deprecated. -
INNER_JOIN
Deprecated. -
LEFT_OUTER_JOIN
Deprecated. -
RIGHT_OUTER_JOIN
Deprecated. -
OUTER_JOIN
Deprecated. -
WHERE
Deprecated. -
OR
public static void OR()Deprecated. -
AND
public static void AND()Deprecated. -
GROUP_BY
Deprecated. -
HAVING
Deprecated. -
ORDER_BY
Deprecated.
-
SQLClass