Account.java

package net.metanotion.formsauth;

/** <i>This is a data/struct/value class generated by the SQLC compiler.</i> */
@javax.annotation.Generated("net.metanotion.sqlc.SQLC")  final class Account {
	public java.lang.String username;
	public java.lang.Boolean validated;
}