类 XigemaDBAdapter
java.lang.Object
org.anyline.data.adapter.init.DefaultJDBCAdapter
org.anyline.data.adapter.init.SQLAdapter
org.anyline.data.jdbc.informix.InformixAdapter
org.anyline.data.jdbc.xigemadb.XigemaDBAdapter
- 所有已实现的接口:
org.anyline.data.adapter.JDBCAdapter,org.springframework.beans.factory.InitializingBean
@Repository("anyline.data.jdbc.adapter.xigemadb")
public class XigemaDBAdapter
extends InformixAdapter
-
嵌套类概要
从接口继承的嵌套类/接口 org.anyline.data.adapter.JDBCAdapter
org.anyline.data.adapter.JDBCAdapter.SQL_BUILD_IN_VALUE -
字段概要
从类继承的字段 org.anyline.data.jdbc.informix.InformixAdapter
column_types, IS_GET_SEQUENCE_VALUE_BEFORE_INSERT从类继承的字段 org.anyline.data.adapter.init.DefaultJDBCAdapter
dao, db, delimiterFr, delimiterTo, log, primaryGenerator, readers, types, versions, writers从接口继承的字段 org.anyline.data.adapter.JDBCAdapter
BR, BR_TAB, TAB -
构造器概要
构造器 -
方法概要
从类继承的方法 org.anyline.data.jdbc.informix.InformixAdapter
addColumnGuide, alterColumnKeyword, buildAddCommentRunSQL, buildAddCommentRunSQL, buildAddCommentRunSQL, buildAddRunSQL, buildAddRunSQL, buildAddRunSQL, buildAddRunSQL, buildAddRunSQL, buildAddRunSQL, buildAddRunSQL, buildAlterRunSQL, buildAlterRunSQL, buildAlterRunSQL, buildAlterRunSQL, buildAlterRunSQL, buildAlterRunSQL, buildAlterRunSQL, buildAlterRunSQL, buildAlterRunSQL, buildAlterRunSQL, buildAlterRunSQL, buildAlterRunSQL, buildAlterRunSQL, buildAlterRunSQL, buildAlterRunSQL, buildChangeCommentRunSQL, buildChangeCommentRunSQL, buildChangeCommentRunSQL, buildChangeCommentRunSQL, buildChangeCommentRunSQL, buildChangeCommentRunSQL, buildChangeDefaultRunSQL, buildChangeDefaultRunSQL, buildChangeNullableRunSQL, buildChangeNullableRunSQL, buildChangeTypeRunSQL, buildChangeTypeRunSQL, buildCreateRunSQL, buildCreateRunSQL, buildCreateRunSQL, buildCreateRunSQL, buildCreateRunSQL, buildCreateRunSQL, buildCreateRunSQL, buildDropAutoIncrement, buildDropRunSQL, buildDropRunSQL, buildDropRunSQL, buildDropRunSQL, buildDropRunSQL, buildDropRunSQL, buildDropRunSQL, buildDropRunSQL, buildDropRunSQL, buildDropRunSQL, buildDropRunSQL, buildDropRunSQL, buildDropRunSQL, buildQueryColumnRunSQL, buildQueryConstraintRunSQL, buildQueryForeignsRunSQL, buildQueryIndexRunSQL, buildQueryMasterTableRunSQL, buildQueryPartitionTableRunSQL, buildQueryPartitionTableRunSQL, buildQueryPrimaryRunSQL, buildQuerySequence, buildQueryTableCommentRunSQL, buildQueryTableRunSQL, buildQueryTagRunSQL, buildQueryTriggerRunSQL, buildRenameRunSQL, buildRenameRunSQL, buildRenameRunSQL, buildRenameRunSQL, buildRenameRunSQL, buildRenameRunSQL, buildRenameRunSQL, buildRenameRunSQL, buildRenameRunSQL, buildRenameRunSQL, buildRenameRunSQL, buildRenameRunSQL, buildRenameRunSQL, charset, checkColumnExists, checkTableExists, checkTagExists, checkViewExists, columns, columns, columns, comment, comment, comment, comment, concat, constraints, constraints, constraints, createInserts, createInserts, createPrimaryValue, defaultValue, define, dropColumnGuide, each, foreigns, identity, increment, indexs, indexs, indexs, insert, isBooleanColumn, isCharColumn, isNumberColumn, mtables, mtables, name, nullable, onupdate, parseExists, parseFinalQuery, position, primary, primary, ptables, ptables, tables, tables, tags, tags, tags, triggers, type, type, value从类继承的方法 org.anyline.data.adapter.init.SQLAdapter
addRunValue, buildConditionFindInSet, buildConditionIn, buildConditionLike, buildDeleteRunContent, buildExecuteRunContent, buildInsertRun, buildQueryRunContent, buildQueryRunContent, buildQueryRunContent, buildUpdateRunFromDataRow, buildUpdateRunFromEntity, concatAdd, concatFun, concatOr, createDeleteRunSQLFromEntity, createDeleteRunSQLFromTable, createInsertRun, createInsertRunFromCollection, getPrimayKey, insertValue, isMultipleValue, isMultipleValue, parseTotalQuery, replaceVariable从类继承的方法 org.anyline.data.adapter.init.DefaultJDBCAdapter
batchInsertSeparator, bool, bool, buildAddCommentRunSQL, buildAddCommentRunSQL, buildDeleteRun, buildDeleteRun, buildDeleteRunContent, buildDropRunSQL, buildExecuteRun, buildExecuteRunContent, buildExecuteRunContent, buildExecuteRunContent, buildQueryDatabaseRunSQL, buildQueryFunctionRunSQL, buildQueryPartitionTableRunSQL, buildQueryProcedureRunSQL, buildQueryRun, buildQueryRunContent, buildQueryViewRunSQL, buildTruncateSQL, buildUpdateRun, checkIgnorePrecision, checkIgnoreScale, checkMetadata, checkPrimaryGenerator, checkSchema, checkSchema, column, column, column, comments, compatible, confirmInsertColumns, confirmUpdateColumns, convert, convert, convert, convert, convert, databases, functions, generatedKey, getDao, getDelimiterFr, getDelimiterTo, getPrimaryGenerator, getPrimaryKey, getPrimaryValue, integer, isIgnorePrecision, isIgnoreScale, keys, objectName, parameter, parseTable, primary, procedures, process, read, reader, reader, setDao, setDelimiter, setPrimaryGenerator, setPrimaryValue, string, string, supportInsertPlaceholder, type, value, value, value, version, views, views, write, writer从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait从接口继承的方法 org.anyline.data.adapter.JDBCAdapter
batchInsertSeparator, buildAddCommentRunSQL, buildAddCommentRunSQL, buildConditionFindInSet, buildConditionIn, buildConditionLike, buildDeleteRun, buildDeleteRun, buildDeleteRunContent, buildDropRunSQL, buildExecuteRun, buildExecuteRunContent, buildInsertRun, buildQueryDatabaseRunSQL, buildQueryFunctionRunSQL, buildQueryPartitionTableRunSQL, buildQueryProcedureRunSQL, buildQueryRun, buildQueryRunContent, buildQueryViewRunSQL, buildTruncateSQL, buildUpdateRun, checkIgnorePrecision, checkIgnoreScale, checkSchema, checkSchema, column, column, column, comments, compatible, confirmInsertColumns, convert, convert, convert, convert, databases, functions, generatedKey, getDao, getDelimiterFr, getDelimiterTo, getPrimaryKey, getPrimaryValue, isIgnorePrecision, isIgnoreScale, objectName, parameter, parseTotalQuery, primary, procedures, process, read, reader, reader, setDao, supportInsertPlaceholder, type, value, version, views, views, write, writer
-
构造器详细资料
-
XigemaDBAdapter
public XigemaDBAdapter()
-
-
方法详细资料
-
type
public org.anyline.metadata.type.DatabaseType type()- 指定者:
type在接口中org.anyline.data.adapter.JDBCAdapter- 覆盖:
type在类中InformixAdapter
-
afterPropertiesSet
public void afterPropertiesSet()- 指定者:
afterPropertiesSet在接口中org.springframework.beans.factory.InitializingBean- 覆盖:
afterPropertiesSet在类中InformixAdapter
-