public interface SQL
| Modifier and Type | Field and Description |
|---|---|
static String |
ALL
Holds the value of "* "
|
static String |
AND
AND (AND) Holds the value of " AND "
|
static String |
COL_MAX_NO
COL_MAX_NO Holds the name of the column which will hold the maximum
value"MAX_NO"
|
static String |
COM
COM (COMma)Holds the value of ", "
|
static String |
CONCAT
CONCAT holds the concatination symbol ||
|
static String |
COUNT_COLUMN
COUNT_COLUMN Holds the value of "RECORD_COUNT"
|
static String |
COUNT_MAX
COUNT_MAX Holds the sql statement for fetching the maximum number of a
given col in a table
|
static String |
DEL
DEL (DELete from) Holds the value of "Delete from "
|
static String |
DIST
PO (Praket Close) Holds the value of " ("
|
static String |
DOT
DOT (DOT) Holds the value of "."
|
static String |
EQ
EQ (EQual) Holds the value of "="
|
static String |
EQM
EQM (EQual question Mark) Holds the value of "=?"
|
static String |
FRM
FRM (FRoM) Holds the value of " from "
|
static String |
GR
GR (GReater than ) Holds the value of "> "
|
static String |
GRE
GRE (GReater than or Equal ) Holds the value of ">= "
|
static String |
GRP
GRP (GRouP by) Holds the value of " Group By "
|
static String |
IN
IN checks for the existence of the the field value
|
static String |
INS
INS (INSert into) Holds the value of "Insert into "
|
static String |
INST_1 |
static String |
INST_2 |
static String |
INST_3 |
static String |
INST_4 |
static String |
INST_5 |
static String |
INST_6 |
static String |
INST_7 |
static String |
ISNULL |
static String |
LIKE
LIKE Holds the value of " LIKE "
|
static String |
MAXO
MAXO (Maximum of) Holds the value of "MAX("
|
static String |
NEQ
NEQ (Not EQual) Holds the value of "<>"
|
static String |
OR
OR (OR) Holds the value of " OR "
|
static String |
ORD
ORD (ORDer by) Holds the value of " Order By "
|
static String |
OUTJ |
static String |
PC
PC (Praket Close) Holds the value of ") "
|
static String |
PO
PO (Praket Close) Holds the value of " ("
|
static String |
PR
PR (Percent) Holds the value of "%"
|
static String |
QUM
QUM (QUestion Mark) Holds the value of "?"
|
static String |
RightPR
PR (Percent) Holds the value of "%"
|
static String |
SEL
SEL (SELect) Holds the value of "Select "
|
static String |
SELA
SELA (SELect All from) Holds the value of "Select * from "
|
static String |
SELCA
SELC (SELect Count of all from) Holds the value of "Select Count(*) from "
|
static String |
SELCRN
SELC (SELect Count of all from) Holds the value of "select count(rownum)
from "
|
static String |
SET
Holds the value of "Set "
|
static String |
SM
SM (SMaller than) Holds the value of "< "
|
static String |
SME
SME (SMaller than or Equal) Holds the value of "<= "
|
static String |
SP
Holds the value of " "
|
static String |
SQ
SQ (Single Qutation) Holds the value of "'"
|
static String |
TO_CHAR
TO_CHAR convert the given number to char
|
static String |
TO_NUMBER
TO_NUMBER convert the given char to number
|
static String |
TRIM
TRIM trims the given char from spaces
|
static String |
UPD
UPD (UPDate) Holds the value of "Update "
|
static String |
UPO
UPO (UPper Of) Holds the value of " UPPER("
|
static String |
UPR
UPR (UPpeR) Holds the value of " UPPER "
|
static String |
VAL
VAL (VALues) Holds the value of " Values "
|
static String |
VAO
VAO (VAlues Of) Holds the value of " Values ("
|
static String |
WHR
WHR (WHeRe ) Holds the value of " Where "
|
static final String SEL
static final String FRM
static final String ALL
static final String SP
static final String SELA
static final String COUNT_COLUMN
static final String SELCA
static final String SELCRN
static final String DEL
static final String INS
static final String UPD
static final String SET
static final String VAL
static final String VAO
static final String WHR
static final String ORD
static final String GRP
static final String EQ
static final String NEQ
static final String AND
static final String OR
static final String GR
static final String GRE
static final String SM
static final String SME
static final String COM
static final String DOT
static final String QUM
static final String EQM
static final String UPR
static final String UPO
static final String MAXO
static final String PC
static final String PO
static final String DIST
static final String LIKE
static final String PR
static final String RightPR
static final String SQ
static final String COL_MAX_NO
static final String COUNT_MAX
static final String TO_CHAR
static final String TO_NUMBER
static final String TRIM
static final String IN
static final String ISNULL
static final String CONCAT
static final String INST_1
static final String INST_2
static final String INST_3
static final String INST_4
static final String INST_5
static final String INST_6
static final String INST_7
static final String OUTJ
Copyright © 2019 SMYLD. All rights reserved.