Google Apps Script API
    Preparing search index...

    A JDBC Ref. For documentation of this class, see java.sql.Ref.

    interface JdbcRef {
        getBaseTypeName(): string;
        getObject(): any;
        setObject(object: any): void;
    }
    Index

    Methods