Uses of Class
com.feedzai.commons.sql.abstraction.dml.K
-
Packages that use K Package Description com.feedzai.commons.sql.abstraction.ddl Contains classes that aid on DDL creation.com.feedzai.commons.sql.abstraction.engine Contains the database engine core. -
-
Uses of K in com.feedzai.commons.sql.abstraction.ddl
Methods in com.feedzai.commons.sql.abstraction.ddl that return K Modifier and Type Method Description KDbColumn. getDefaultValue()Gets the default value,nullwhen not applicable.Methods in com.feedzai.commons.sql.abstraction.ddl with parameters of type K Modifier and Type Method Description DbEntity.BuilderDbEntity.Builder. addColumn(String name, DbColumnType type, K defaultValue, DbColumnConstraint... constraints)Adds a column to the entity.DbColumn.BuilderDbColumn.Builder. defaultValue(K defaultValue)Sets the default value. -
Uses of K in com.feedzai.commons.sql.abstraction.engine
Methods in com.feedzai.commons.sql.abstraction.engine with parameters of type K Modifier and Type Method Description StringAbstractTranslator. translate(K k)TranslatesK.
-