public class SYSJOBSCHEDULELOGImpl extends BaseTableimpl implements SYSJOBSCHEDULELOG
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
KEY_JOB_CLASS
工作CLASS
|
static java.lang.String |
KEY_JOB_ENDDATETIME
結束時間
|
static java.lang.String |
KEY_JOB_MESSAGE
異常訊息
|
static java.lang.String |
KEY_JOB_SEQNO
唯一序號
|
static java.lang.String |
KEY_JOB_STARTDATETIME
啟動時間
|
static java.lang.String |
KEY_JOB_STATUS
執行結果
|
static java.lang.String[] |
KEY_PRIMARYID |
static java.lang.String |
TABLENAME |
dataisexists, errMesg, KEY_ACTION, KEY_ALLFIELDList, KEY_Parameters, tmpRowdata, VALUE_ACTION, VALUE_ACTION_ADD, VALUE_ACTION_DELETE, VALUE_ACTION_REPLACE, VALUE_ACTION_UPDATE, VALUE_Parameters_使用TABLE介面| Constructor and Description |
|---|
SYSJOBSCHEDULELOGImpl() |
SYSJOBSCHEDULELOGImpl(BaseTable therow) |
SYSJOBSCHEDULELOGImpl(MaliContext inContext) |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.Object |
getinstance(MaliContext inContext) |
java.lang.String |
getJOB_CLASS()
get 工作CLASS
|
java.lang.String |
getJOB_ENDDATETIME()
get 結束時間
|
java.lang.Object |
getJOB_MESSAGE()
get 異常訊息
|
java.lang.String |
getJOB_SEQNO()
get 唯一序號
|
java.lang.String |
getJOB_STARTDATETIME()
get 啟動時間
|
java.lang.String |
getJOB_STATUS()
get 執行結果
|
void |
init() |
boolean |
preDelete()
if preDelete is true then use setDeleteTrigger method, if false then Exception error Message,don't execute delete;
|
boolean |
preInsert()
if preInsert is true then use setInsertTrigger method else if false then Exception error Message, don't execute insert;
|
boolean |
preUpdate()
if preUpdate is true then use setUpateTrriger method , if false then Exception error Message,don't execute update ;
|
void |
setDeleteTrigger()
using delete executed before setDeleteTrigger
|
void |
setInsertTrigger()
using insert executed before setInsertTrigger
|
void |
setJOB_CLASS(java.lang.String fieldvalue)
set 工作CLASS
|
void |
setJOB_ENDDATETIME(java.lang.String fieldvalue)
set 結束時間
|
void |
setJOB_MESSAGE(java.lang.Object fieldvalue)
set 異常訊息
|
void |
setJOB_SEQNO(java.lang.String fieldvalue)
set 唯一序號
|
void |
setJOB_STARTDATETIME(java.lang.String fieldvalue)
set 啟動時間
|
void |
setJOB_STATUS(java.lang.String fieldvalue)
set 執行結果
|
void |
setMaliContext(MaliContext inContext)
set MaliContext
|
void |
setUpdateTrigger()
using update executed before setUpdateTrigger
|
checkSQLAction, ConvertToBaseTable, createObjectByByteArray, delete, execute, execute, fillColumns, generatePrimaryId, getActionmode, getAllFieldList, getBaseTable, getBasetablefield, getCalendarfield, getclsSqlData, getCommitActionMode, getConnDbCom, getCurTablePrimaryKey, getDBColumnType, getDoublefield, getErrMesg, geterrorMesgRowData, getFieldColumnIndex, getFieldValue, getInstance, getIntegerfield, getMaliContext, getObjectfield, getOldData, getPimaryId, getPostexecuteBatchQuery, getPostExecuteTable, getPreExecuteTable, getPrimaryId, getPrimaryKey, getPrimaryKeyValue, getRowData, getROWID, getStringfield, getTableName, getTimestampfield, getUpdateLog, getVectorfield, inputRowData, insert, isDeleteed, isexecuteupdate, isFieldError, isInserted, isPrimaryKey, isSaveed, isStringSpacetoNull, isUpdated, is資料是否存在, modifyoldFieldvalue, postDelete, postInsert, postUpdate, removeField, reset, rollBack, setActionmode, setALLFIELDSList, setConnDbCom, setDataBaseType, setDeleteMode, setErrMesg, setErrorMesg, setFielddata, setFielddata, setInsertDefaultValue, setInsertMode, setPostexecuteBatchQuery, setPostExecuteTable, setPreExecuteTable, setPrimaryId, setPrimaryKey, setReplaceMode, setRowData, setROWID, setStringSpaceToNull, setStringValue, setTableName, setUpdateDefaultValue, setUpdateMode, toString, update, updategetcreateDateTimeKey, getcreateUserIdKey, getcreateUserOrgIdKey, getmodifyDateTimeKey, getmodifyUserIdKey, getmodifyUserOrgIdKey, getPrimaryIdKey, isFieldbyBaseTable, setcreateDateTimeKey, setcreateUserIdKey, setcreateUserOrgIdKey, setFieldbyBaseTable, setmodifyDateTimeKey, setmodifyUserIdKey, setmodifyUserOrgIdkey, setPrimaryIdKeycreateObjectByteArray, getHashTableContent, setVectorFielddataequals, getClass, hashCode, notify, notifyAll, wait, wait, waitcheckSQLAction, ConvertToBaseTable, delete, execute, execute, fillColumns, generatePrimaryId, getActionmode, getBaseTable, getBasetablefield, getclsSqlData, getCommitActionMode, getConnDbCom, getCurTablePrimaryKey, getDBColumnType, getDoublefield, getErrMesg, geterrorMesgRowData, getFieldColumnIndex, getFieldValue, getInstance, getIntegerfield, getMaliContext, getObjectfield, getOldData, getPimaryId, getPostexecuteBatchQuery, getPostExecuteTable, getPreExecuteTable, getPrimaryId, getPrimaryKey, getPrimaryKeyValue, getRowData, getROWID, getStringfield, getTableName, getTimestampfield, inputRowData, insert, isDeleteed, isexecuteupdate, isFieldError, isInserted, isPrimaryKey, isSaveed, isStringSpacetoNull, isUpdated, is資料是否存在, postDelete, postInsert, postUpdate, removeField, reset, setActionmode, setConnDbCom, setDeleteMode, setErrMesg, setFielddata, setFielddata, setInsertDefaultValue, setInsertMode, setPostexecuteBatchQuery, setPostExecuteTable, setPreExecuteTable, setPrimaryId, setPrimaryKey, setReplaceMode, setRowData, setROWID, setStringSpaceToNull, setTableName, setUpdateDefaultValue, setUpdateMode, update, updategetcreateDateTimeKey, getcreateUserIdKey, getcreateUserOrgIdKey, getmodifyDateTimeKey, getmodifyUserIdKey, getmodifyUserOrgIdKey, getPrimaryIdKey, isFieldbyBaseTable, setcreateDateTimeKey, setcreateUserIdKey, setcreateUserOrgIdKey, setmodifyDateTimeKey, setmodifyUserIdKey, setmodifyUserOrgIdkey, setPrimaryIdKeypublic static final java.lang.String TABLENAME
public static java.lang.String KEY_JOB_SEQNO
public static java.lang.String KEY_JOB_CLASS
public static java.lang.String KEY_JOB_STARTDATETIME
public static java.lang.String KEY_JOB_ENDDATETIME
public static java.lang.String KEY_JOB_STATUS
public static java.lang.String KEY_JOB_MESSAGE
public static java.lang.String[] KEY_PRIMARYID
public SYSJOBSCHEDULELOGImpl()
public SYSJOBSCHEDULELOGImpl(BaseTable therow)
public SYSJOBSCHEDULELOGImpl(MaliContext inContext)
public static java.lang.Object getinstance(MaliContext inContext)
public void setMaliContext(MaliContext inContext)
BaseTablesetMaliContext in interface BaseTablesetMaliContext in class BaseTableimplpublic void init()
init in interface BaseTableinit in class BaseTableimplpublic void setInsertTrigger()
setInsertTrigger in interface BaseTablesetInsertTrigger in class BaseTableimplpublic void setUpdateTrigger()
setUpdateTrigger in interface BaseTablesetUpdateTrigger in class BaseTableimplpublic void setDeleteTrigger()
setDeleteTrigger in interface BaseTablesetDeleteTrigger in class BaseTableimplpublic boolean preInsert()
throws java.lang.Exception
preInsert in interface BaseTablepreInsert in class BaseTableimpljava.lang.Exceptionpublic boolean preUpdate()
throws java.lang.Exception
preUpdate in interface BaseTablepreUpdate in class BaseTableimpljava.lang.Exceptionpublic boolean preDelete()
throws java.lang.Exception
preDelete in interface BaseTablepreDelete in class BaseTableimpljava.lang.Exceptionpublic java.lang.String getJOB_SEQNO()
getJOB_SEQNO in interface SYSJOBSCHEDULELOGpublic java.lang.String getJOB_CLASS()
getJOB_CLASS in interface SYSJOBSCHEDULELOGpublic java.lang.String getJOB_STARTDATETIME()
getJOB_STARTDATETIME in interface SYSJOBSCHEDULELOGpublic java.lang.String getJOB_ENDDATETIME()
getJOB_ENDDATETIME in interface SYSJOBSCHEDULELOGpublic java.lang.String getJOB_STATUS()
getJOB_STATUS in interface SYSJOBSCHEDULELOGpublic java.lang.Object getJOB_MESSAGE()
getJOB_MESSAGE in interface SYSJOBSCHEDULELOGpublic void setJOB_SEQNO(java.lang.String fieldvalue)
setJOB_SEQNO in interface SYSJOBSCHEDULELOGfieldvalue - public void setJOB_CLASS(java.lang.String fieldvalue)
setJOB_CLASS in interface SYSJOBSCHEDULELOGfieldvalue - public void setJOB_STARTDATETIME(java.lang.String fieldvalue)
setJOB_STARTDATETIME in interface SYSJOBSCHEDULELOGfieldvalue - public void setJOB_ENDDATETIME(java.lang.String fieldvalue)
setJOB_ENDDATETIME in interface SYSJOBSCHEDULELOGfieldvalue - public void setJOB_STATUS(java.lang.String fieldvalue)
setJOB_STATUS in interface SYSJOBSCHEDULELOGfieldvalue - public void setJOB_MESSAGE(java.lang.Object fieldvalue)
setJOB_MESSAGE in interface SYSJOBSCHEDULELOGfieldvalue -