@Generated(value={"http://www.jooq.org","3.0.0"}, comments="This class is generated by jOOQ") public class Sysuser extends TableImpl<Record>
| Modifier and Type | Field and Description |
|---|---|
TableField<Record,Byte> |
EXPIRE_PASSWORD_ON_LOGIN
The column
SYS.SYSUSER.expire_password_on_login. |
TableField<Record,Integer> |
FAILED_LOGIN_ATTEMPTS
The column
SYS.SYSUSER.failed_login_attempts. |
TableField<Record,Timestamp> |
LAST_LOGIN_TIME
The column
SYS.SYSUSER.last_login_time. |
TableField<Record,Long> |
LOGIN_POLICY_ID
The column
SYS.SYSUSER.login_policy_id. |
TableField<Record,Long> |
OBJECT_ID
The column
SYS.SYSUSER.object_id. |
TableField<Record,byte[]> |
PASSWORD
The column
SYS.SYSUSER.password. |
TableField<Record,Timestamp> |
PASSWORD_CREATION_TIME
The column
SYS.SYSUSER.password_creation_time. |
static Sysuser |
SYSUSER
The singleton instance of
SYS.SYSUSER |
TableField<Record,Integer> |
USER_ID
The column
SYS.SYSUSER.user_id. |
TableField<Record,String> |
USER_NAME
The column
SYS.SYSUSER.user_name. |
| Constructor and Description |
|---|
Sysuser()
Create a
SYS.SYSUSER table reference |
Sysuser(String alias)
Create an aliased
SYS.SYSUSER table reference |
public static final Sysuser SYSUSER
SYS.SYSUSERpublic final TableField<Record,Integer> USER_ID
SYS.SYSUSER.user_id.public final TableField<Record,Long> OBJECT_ID
SYS.SYSUSER.object_id.public final TableField<Record,String> USER_NAME
SYS.SYSUSER.user_name.public final TableField<Record,byte[]> PASSWORD
SYS.SYSUSER.password.public final TableField<Record,Long> LOGIN_POLICY_ID
SYS.SYSUSER.login_policy_id.public final TableField<Record,Byte> EXPIRE_PASSWORD_ON_LOGIN
SYS.SYSUSER.expire_password_on_login.public final TableField<Record,Timestamp> PASSWORD_CREATION_TIME
SYS.SYSUSER.password_creation_time.public final TableField<Record,Integer> FAILED_LOGIN_ATTEMPTS
SYS.SYSUSER.failed_login_attempts.public final TableField<Record,Timestamp> LAST_LOGIN_TIME
SYS.SYSUSER.last_login_time.public Sysuser()
SYS.SYSUSER table referencepublic Sysuser(String alias)
SYS.SYSUSER table referencepublic Class<Record> getRecordType()
getRecordType in interface Table<Record>getRecordType in class TableImpl<Record>public final Row fieldsRow()
public final Field<?> field(int arg0)
public final Field<?>[] fields()
public final Schema getSchema()
public final <O extends Record> List<ForeignKey<R,O>> getReferencesTo(Table<O> arg0)
getReferencesTo in interface Table<R extends Record>protected static final <R extends Record,T> TableField<R,T> createField(String arg0, DataType<T> arg1, Table<R> arg2)
public final PivotForStep pivot(Field<?>... arg0)
public final PivotForStep pivot(Collection<? extends Field<?>> arg0)
public final DivideByOnStep divideBy(Table<?> arg0)
public final TableOptionalOnStep join(TableLike<?> arg0, JoinType arg1)
public final TableOnStep join(TableLike<?> arg0)
public final TableOnStep join(String arg0)
public final TableOnStep join(String arg0, Object... arg1)
public final TableOnStep join(String arg0, QueryPart... arg1)
public final TablePartitionByStep leftOuterJoin(TableLike<?> arg0)
leftOuterJoin in interface Table<R extends Record>public final TablePartitionByStep leftOuterJoin(String arg0)
leftOuterJoin in interface Table<R extends Record>public final TablePartitionByStep leftOuterJoin(String arg0, Object... arg1)
leftOuterJoin in interface Table<R extends Record>public final TablePartitionByStep leftOuterJoin(String arg0, QueryPart... arg1)
leftOuterJoin in interface Table<R extends Record>public final TablePartitionByStep rightOuterJoin(TableLike<?> arg0)
rightOuterJoin in interface Table<R extends Record>public final TablePartitionByStep rightOuterJoin(String arg0)
rightOuterJoin in interface Table<R extends Record>public final TablePartitionByStep rightOuterJoin(String arg0, Object... arg1)
rightOuterJoin in interface Table<R extends Record>public final TablePartitionByStep rightOuterJoin(String arg0, QueryPart... arg1)
rightOuterJoin in interface Table<R extends Record>public final TableOnStep fullOuterJoin(TableLike<?> arg0)
fullOuterJoin in interface Table<R extends Record>public final TableOnStep fullOuterJoin(String arg0)
fullOuterJoin in interface Table<R extends Record>public final TableOnStep fullOuterJoin(String arg0, Object... arg1)
fullOuterJoin in interface Table<R extends Record>public final TableOnStep fullOuterJoin(String arg0, QueryPart... arg1)
fullOuterJoin in interface Table<R extends Record>public final Table<Record> naturalJoin(TableLike<?> arg0)
naturalJoin in interface Table<R extends Record>public final Table<Record> naturalJoin(String arg0)
naturalJoin in interface Table<R extends Record>public final Table<Record> naturalJoin(String arg0, Object... arg1)
naturalJoin in interface Table<R extends Record>public final Table<Record> naturalJoin(String arg0, QueryPart... arg1)
naturalJoin in interface Table<R extends Record>public final Table<Record> naturalLeftOuterJoin(TableLike<?> arg0)
naturalLeftOuterJoin in interface Table<R extends Record>public final Table<Record> naturalLeftOuterJoin(String arg0)
naturalLeftOuterJoin in interface Table<R extends Record>public final Table<Record> naturalLeftOuterJoin(String arg0, Object... arg1)
naturalLeftOuterJoin in interface Table<R extends Record>public final Table<Record> naturalLeftOuterJoin(String arg0, QueryPart... arg1)
naturalLeftOuterJoin in interface Table<R extends Record>public final Table<Record> naturalRightOuterJoin(TableLike<?> arg0)
naturalRightOuterJoin in interface Table<R extends Record>public final Table<Record> naturalRightOuterJoin(String arg0)
naturalRightOuterJoin in interface Table<R extends Record>public final Table<Record> naturalRightOuterJoin(String arg0, Object... arg1)
naturalRightOuterJoin in interface Table<R extends Record>public final Table<Record> naturalRightOuterJoin(String arg0, QueryPart... arg1)
naturalRightOuterJoin in interface Table<R extends Record>protected final Executor create()
protected final Executor create(Configuration arg0)
protected final DataAccessException translate(String arg0, SQLException arg1)
Copyright © 2013. All Rights Reserved.