Class CreatingField
- java.lang.Object
-
- kz.greetgo.security.crypto.jdbc.create_table.CreatingField
-
public class CreatingField extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description CreatingField(java.lang.String name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CreatingFieldnotNull()CreatingFieldprimaryKey()CreatingFieldsetNotNull(boolean notNull)CreatingFieldtypeBlob()CreatingFieldtypeString(int length)
-
-
-
Field Detail
-
name
public final java.lang.String name
-
type
public FieldType type
-
length
public int length
-
primaryKey
public boolean primaryKey
-
notNull
public boolean notNull
-
-
Method Detail
-
typeString
public CreatingField typeString(int length)
-
primaryKey
public CreatingField primaryKey()
-
typeBlob
public CreatingField typeBlob()
-
notNull
public CreatingField notNull()
-
setNotNull
public CreatingField setNotNull(boolean notNull)
-
-