クラス PostgresSqlBuilder
- java.lang.Object
-
- com.sqlapp.util.AbstractSqlBuilder<PostgresSqlBuilder>
-
- com.sqlapp.data.db.dialect.postgres.util.PostgresSqlBuilder
-
- すべての実装されたインタフェース:
java.io.Serializable,java.lang.Cloneable
public class PostgresSqlBuilder extends com.sqlapp.util.AbstractSqlBuilder<PostgresSqlBuilder>
Postgres用のSQLビルダー- 関連項目:
- 直列化された形式
-
-
コンストラクタの概要
コンストラクタ コンストラクタ 説明 PostgresSqlBuilder(com.sqlapp.data.db.dialect.Dialect dialect)
-
メソッドの概要
-
クラスから継承されたメソッド com.sqlapp.util.AbstractSqlBuilder
_add, _add, _add, _add, _add, _add, _add, _add, _add, _add, _add, _case, _clear, _default, _for, _fromSysDummy, _merge, _new, _null, _package, _parameterEq, _parameterGt, _parameterGte, _parameterIn, _parameterLike, _parameterLt, _parameterLte, _public, _return, _true, $if, $if, add, addComment, addLineComment, addTypeDefinition, all, all, alter, alterColumn, always, analyze, and, and, appendElement, appendIndent, appendQuoteColumnName, appendQuoteColumnName, appendQuoteName, argument, argumentAfter, argumentBefore, argumentDirection, arguments, arguments, as, asc, at, autocommit, begin, begin, body, brackets, brackets, brackets, brackets, by, cache, call, cascade, cascadeRule, change, characterSet, characterSetDefinition, check, checkConstraintDefinition, clustered, coalesce, coalesce, collate, collateDefinition, collation, column, columnName, columnName, columnName, comma, comma, comment, comment, commit, compress, compressed, compression, concurrently, constraint, constraints, convert, count, count, count, create, cycle, dataType, defaultDefinition, defaultDefinitionForAlter, definer, definition, definition, definitionForAlterColumn, delete, desc, deterministic, dimension, disable, disable, domain, drop, dynamic, enable, enable, end, end, engine, eq, event, exclusive, exclusive, execute, exists, external, fetch, first, forEach, foreignKey, from, fulltext, function, generated, getCondition, getDialect, getIndentSize, getIndentString, groupBy, gt, gte, id, identity, ifExists, ifExists, ifNotExists, ifNotExists, in, inclusive, inclusive, increment, indent, indent, index, inherits, insert, instance, interval, into, invoker, is, isAppendAutoSpace, isFirstElement, isQuateColumnName, isQuateObjectName, isWithSchemaName, join, key, language, left, lessThan, like, lineBreak, lineBreak, lineBreak, lineBreak, lock, lockMode, log, lt, lte, match, matched, matchOption, materialized, maxvalue, merge, minvalue, mode, modify, name, name, name, name, name, name, name, name, name, name, name, name, names, names, names, names, names, names, names, names, names, next, no, noOrder, not, notNull, notNull, notNullDefinition, off, offset, on, only, onUpdateDefinition, optimize, or, order, order, orderBy, partition, partition, partitionBy, partitioning, partitions, plus, plus, primaryKey, procedure, property, property, property, property, references, refresh, remove, rename, replace, replication, result, returns, right, role, row, rows, schema, security, select, semicolon, semicolon, sequence, set, set, setAppendAutoSpace, setCondition, setDefault, setFirstElement, setIndentString, setNotNull, setNull, setQuateColumnName, setQuateObjectName, sets, setWithSchemaName, source, space, space, space, space, spatial, specific, specificName, split, sql, sqlChar, sqlChar, sqlChar, sqlChar, sqlNchar, sqlNchar, sqlNchar, sqlNchar, start, subpartition, subpartition, subpartitionBy, subpartitions, synonym, table, tablespace, target, then, to, toString, transaction, trigger, truncate, type, typeDefinition, typeDefinition, typeDefinition, typeDefinition, typeDefinition, union, unique, unique, update, user, value, values, view, when, where, with, without, yes
-
-
-
-
メソッドの詳細
-
typeDefinition
protected PostgresSqlBuilder typeDefinition(com.sqlapp.data.schemas.Column column)
カラムの型の定義を追加します- オーバーライド:
typeDefinitionクラス内com.sqlapp.util.AbstractSqlBuilder<PostgresSqlBuilder>- パラメータ:
column- カラム
-
notNullDefinitionForAlter
protected PostgresSqlBuilder notNullDefinitionForAlter(com.sqlapp.data.schemas.Column column)
変更時のカラムのNOT NULL定義を追加します- オーバーライド:
notNullDefinitionForAlterクラス内com.sqlapp.util.AbstractSqlBuilder<PostgresSqlBuilder>- パラメータ:
column-
-
search
public PostgresSqlBuilder search()
-
path
public PostgresSqlBuilder path()
-
operator
public PostgresSqlBuilder operator()
-
_class
public PostgresSqlBuilder _class()
-
using
public PostgresSqlBuilder using()
- オーバーライド:
usingクラス内com.sqlapp.util.AbstractSqlBuilder<PostgresSqlBuilder>
-
gist
public PostgresSqlBuilder gist()
-
exclude
public PostgresSqlBuilder exclude()
-
conflict
public PostgresSqlBuilder conflict()
-
include
public PostgresSqlBuilder include()
-
immutable
public PostgresSqlBuilder immutable()
-
stable
public PostgresSqlBuilder stable()
-
_volatile
public PostgresSqlBuilder _volatile()
-
_do
public PostgresSqlBuilder _do()
- オーバーライド:
_doクラス内com.sqlapp.util.AbstractSqlBuilder<PostgresSqlBuilder>
-
comment
public PostgresSqlBuilder comment()
- オーバーライド:
commentクラス内com.sqlapp.util.AbstractSqlBuilder<PostgresSqlBuilder>
-
fillfactor
public PostgresSqlBuilder fillfactor()
-
oids
public PostgresSqlBuilder oids()
-
binding
public PostgresSqlBuilder binding()
-
leftarg
public PostgresSqlBuilder leftarg()
-
rightarg
public PostgresSqlBuilder rightarg()
-
commutator
public PostgresSqlBuilder commutator()
-
negator
public PostgresSqlBuilder negator()
-
restrict
public PostgresSqlBuilder restrict()
-
hashes
public PostgresSqlBuilder hashes()
-
merges
public PostgresSqlBuilder merges()
-
unlogged
public PostgresSqlBuilder unlogged(boolean condition)
-
vacuum
public PostgresSqlBuilder vacuum()
-
full
public PostgresSqlBuilder full()
-
full
public PostgresSqlBuilder full(boolean condition)
-
autoIncrement
protected PostgresSqlBuilder autoIncrement(com.sqlapp.data.schemas.AbstractColumn<?> column)
- オーバーライド:
autoIncrementクラス内com.sqlapp.util.AbstractSqlBuilder<PostgresSqlBuilder>
-
clone
public PostgresSqlBuilder clone()
- オーバーライド:
cloneクラス内com.sqlapp.util.AbstractSqlBuilder<PostgresSqlBuilder>
-
-