List of usage examples for java.sql SQLData interface-usage
From source file Employee.java
class Employee implements SQLData { public BigDecimal SSN; public String FirstName; public String LastName;
From source file Employee.java
class Employee implements SQLData { public BigDecimal SSN; public String FirstName; public String LastName;
From source file com.jedi.oracle.OracleCustomType.java
/** * Created by umit on 22/09/15. */ public abstract class OracleCustomType implements SQLData, CustomType { @Override
From source file org.immopoly.android.model.Flat.java
public class Flat implements Parcelable, Comparable<Flat>, SQLData { public static final int AGE_OLD = 0; public static final int AGE_NORMAL = 1; public static final int AGE_NEW = 2;
From source file InsertCustomType_Oracle.java
/** * A class to hold a copy of "BOOK" data type */ class Book implements SQLData, Serializable { public static final String SQL_TYPE_NAME = "BOOK";
From source file InsertCustomType2_Oracle.java
/** * A class to hold a copy of "BOOK" data type */ class Book implements SQLData, Serializable { public static final String SQL_TYPE_NAME = "BOOK";
From source file org.openconcerto.sql.model.SQLTable.java
/**
* Une table SQL. Connait ses champs, notamment sa clef primaire et ses clefs externes. Une table
* peut aussi faire des diagnostic sur son intgrit, ou sur la validit d'une valeur d'un de ses
* champs. Enfin elle permet d'accder aux lignes qui la composent.
*
* @author ILM Informatique 4 mai 2004