/** * This class is generated by jOOQ */ package org.jooq.util.mysql.information_schema.tables; /** * This class is generated by jOOQ. */ @javax.annotation.Generated(value = { "http://www.jooq.org", "3.5.0" }, comments = "This class is generated by jOOQ") @java.lang.SuppressWarnings({ "all", "unchecked", "rawtypes" }) public class Columns extends org.jooq.impl.TableImpl<org.jooq.Record> { private static final long serialVersionUID = -1192516157; /** * The singleton instance of <code>information_schema.COLUMNS</code> */ public static final org.jooq.util.mysql.information_schema.tables.Columns COLUMNS = new org.jooq.util.mysql.information_schema.tables.Columns(); /** * The class holding records for this type */ @Override public java.lang.Class<org.jooq.Record> getRecordType() { return org.jooq.Record.class; } /** * The column <code>information_schema.COLUMNS.TABLE_CATALOG</code>. */ public static final org.jooq.TableField<org.jooq.Record, java.lang.String> TABLE_CATALOG = createField("TABLE_CATALOG", org.jooq.impl.SQLDataType.VARCHAR.length(512).nullable(false).defaulted(true), COLUMNS, ""); /** * The column <code>information_schema.COLUMNS.TABLE_SCHEMA</code>. */ public static final org.jooq.TableField<org.jooq.Record, java.lang.String> TABLE_SCHEMA = createField("TABLE_SCHEMA", org.jooq.impl.SQLDataType.VARCHAR.length(64).nullable(false).defaulted(true), COLUMNS, ""); /** * The column <code>information_schema.COLUMNS.TABLE_NAME</code>. */ public static final org.jooq.TableField<org.jooq.Record, java.lang.String> TABLE_NAME = createField("TABLE_NAME", org.jooq.impl.SQLDataType.VARCHAR.length(64).nullable(false).defaulted(true), COLUMNS, ""); /** * The column <code>information_schema.COLUMNS.COLUMN_NAME</code>. */ public static final org.jooq.TableField<org.jooq.Record, java.lang.String> COLUMN_NAME = createField("COLUMN_NAME", org.jooq.impl.SQLDataType.VARCHAR.length(64).nullable(false).defaulted(true), COLUMNS, ""); /** * The column <code>information_schema.COLUMNS.ORDINAL_POSITION</code>. */ public static final org.jooq.TableField<org.jooq.Record, org.jooq.types.ULong> ORDINAL_POSITION = createField("ORDINAL_POSITION", org.jooq.impl.SQLDataType.BIGINTUNSIGNED.nullable(false).defaulted(true), COLUMNS, ""); /** * The column <code>information_schema.COLUMNS.COLUMN_DEFAULT</code>. */ public static final org.jooq.TableField<org.jooq.Record, java.lang.String> COLUMN_DEFAULT = createField("COLUMN_DEFAULT", org.jooq.impl.SQLDataType.CLOB, COLUMNS, ""); /** * The column <code>information_schema.COLUMNS.IS_NULLABLE</code>. */ public static final org.jooq.TableField<org.jooq.Record, java.lang.String> IS_NULLABLE = createField("IS_NULLABLE", org.jooq.impl.SQLDataType.VARCHAR.length(3).nullable(false).defaulted(true), COLUMNS, ""); /** * The column <code>information_schema.COLUMNS.DATA_TYPE</code>. */ public static final org.jooq.TableField<org.jooq.Record, java.lang.String> DATA_TYPE = createField("DATA_TYPE", org.jooq.impl.SQLDataType.VARCHAR.length(64).nullable(false).defaulted(true), COLUMNS, ""); /** * The column <code>information_schema.COLUMNS.CHARACTER_MAXIMUM_LENGTH</code>. */ public static final org.jooq.TableField<org.jooq.Record, org.jooq.types.ULong> CHARACTER_MAXIMUM_LENGTH = createField("CHARACTER_MAXIMUM_LENGTH", org.jooq.impl.SQLDataType.BIGINTUNSIGNED, COLUMNS, ""); /** * The column <code>information_schema.COLUMNS.CHARACTER_OCTET_LENGTH</code>. */ public static final org.jooq.TableField<org.jooq.Record, org.jooq.types.ULong> CHARACTER_OCTET_LENGTH = createField("CHARACTER_OCTET_LENGTH", org.jooq.impl.SQLDataType.BIGINTUNSIGNED, COLUMNS, ""); /** * The column <code>information_schema.COLUMNS.NUMERIC_PRECISION</code>. */ public static final org.jooq.TableField<org.jooq.Record, org.jooq.types.ULong> NUMERIC_PRECISION = createField("NUMERIC_PRECISION", org.jooq.impl.SQLDataType.BIGINTUNSIGNED, COLUMNS, ""); /** * The column <code>information_schema.COLUMNS.NUMERIC_SCALE</code>. */ public static final org.jooq.TableField<org.jooq.Record, org.jooq.types.ULong> NUMERIC_SCALE = createField("NUMERIC_SCALE", org.jooq.impl.SQLDataType.BIGINTUNSIGNED, COLUMNS, ""); /** * The column <code>information_schema.COLUMNS.CHARACTER_SET_NAME</code>. */ public static final org.jooq.TableField<org.jooq.Record, java.lang.String> CHARACTER_SET_NAME = createField("CHARACTER_SET_NAME", org.jooq.impl.SQLDataType.VARCHAR.length(32), COLUMNS, ""); /** * The column <code>information_schema.COLUMNS.COLLATION_NAME</code>. */ public static final org.jooq.TableField<org.jooq.Record, java.lang.String> COLLATION_NAME = createField("COLLATION_NAME", org.jooq.impl.SQLDataType.VARCHAR.length(32), COLUMNS, ""); /** * The column <code>information_schema.COLUMNS.COLUMN_TYPE</code>. */ public static final org.jooq.TableField<org.jooq.Record, java.lang.String> COLUMN_TYPE = createField("COLUMN_TYPE", org.jooq.impl.SQLDataType.CLOB.nullable(false), COLUMNS, ""); /** * The column <code>information_schema.COLUMNS.COLUMN_KEY</code>. */ public static final org.jooq.TableField<org.jooq.Record, java.lang.String> COLUMN_KEY = createField("COLUMN_KEY", org.jooq.impl.SQLDataType.VARCHAR.length(3).nullable(false).defaulted(true), COLUMNS, ""); /** * The column <code>information_schema.COLUMNS.EXTRA</code>. */ public static final org.jooq.TableField<org.jooq.Record, java.lang.String> EXTRA = createField("EXTRA", org.jooq.impl.SQLDataType.VARCHAR.length(27).nullable(false).defaulted(true), COLUMNS, ""); /** * The column <code>information_schema.COLUMNS.PRIVILEGES</code>. */ public static final org.jooq.TableField<org.jooq.Record, java.lang.String> PRIVILEGES = createField("PRIVILEGES", org.jooq.impl.SQLDataType.VARCHAR.length(80).nullable(false).defaulted(true), COLUMNS, ""); /** * The column <code>information_schema.COLUMNS.COLUMN_COMMENT</code>. */ public static final org.jooq.TableField<org.jooq.Record, java.lang.String> COLUMN_COMMENT = createField("COLUMN_COMMENT", org.jooq.impl.SQLDataType.VARCHAR.length(1024).nullable(false).defaulted(true), COLUMNS, ""); /** * No further instances allowed */ private Columns() { this("COLUMNS", null); } private Columns(java.lang.String alias, org.jooq.Table<org.jooq.Record> aliased) { this(alias, aliased, null); } private Columns(java.lang.String alias, org.jooq.Table<org.jooq.Record> aliased, org.jooq.Field<?>[] parameters) { super(alias, org.jooq.util.mysql.information_schema.InformationSchema.INFORMATION_SCHEMA, aliased, parameters, ""); } }