public class ScaleSql extends AbstractSql
Table "public.block"
Column | Type | Modifiers
----------+-----------------------------+------------------------
blkid | character varying(255) | not null
firstid | character varying(255) |
lastid | character varying(255) |
imagetyp | smallint |
telescop | character(8) |
first | timestamp without time zone |
last | timestamp without time zone |
filter | character(8) |
telderot | real |
modified | timestamp without time zone | not null default now()
Indexes:
"block_pkey" PRIMARY KEY, btree (objid)
AbstractSql.Columns, AbstractSql.ExtractPropertyResources.Load, PropertyResources.URLResource| Modifier and Type | Field and Description |
|---|---|
private static String |
DEFBLOCKIDFIELD
The default target name field in the database
|
private static String |
DEFCHICONVOLVEFIELD
The key to color filter used.
|
private static String |
DEFCHIGRADFIELD
The default field with the first dateobs of the block in the database
|
private static String |
DEFCHISCALEFIELD
The default target name field in the database
|
private static String |
DEFGRADLENFIELD
The default target name field in the database
|
private static String |
DEFGRADPHIFIELD
The default field with the first dateobs of the block in the database
|
private static String |
DEFSCALEFIELD
The default target name field in the database
|
private static String |
DEFTABLE
The default table name.
|
private static String |
DEFUNIQUEFIELD
The default target name field in the database
|
static String |
KEY_BLOCKIDFIELD
The key to the block identifier in the database.
|
static String |
KEY_CHICONVOLVEFIELD
The key to the field name for the filter of the block, if distinctive.
|
static String |
KEY_CHIGRADFIELD
The key to the end date of the block.
|
static String |
KEY_CHISCALEFIELD
The key to the image type integer field.
|
static String |
KEY_GRADLENFIELD
The key to the telescope name in the database.
|
static String |
KEY_GRADPHIFIELD
The key to the start date of the block.
|
static String |
KEY_SCALEFIELD
The key to the block identifier in the database.
|
static String |
KEY_UNIQUEFIELD
The key to the block identifier in the database.
|
KEY_TABLE, SQLBATCHDIR, SQLFAILDIRKEY_NOINITONCREATE, POSTFIX_ALPHABET, POSTFIX_BYTES, POSTFIX_DIR, POSTFIX_EXT, POSTFIX_FILE, POSTFIX_LIST, POSTFIX_MODTIME, POSTFIX_URLKEY_LISTSEPARATOR, KEY_MAPKEYVALUECHAR, KEY_MAPSEPARATORKEY_URLRESOURCES, KEY_URLUSECONFIG, KEY_URLUSECURRENT, KEY_URLUSEHOMECONFIG, KEY_CLASS| Constructor and Description |
|---|
ScaleSql(Map<String,String> prop)
Constructs a new history database.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
writeBlock(String blkid,
String uniq,
double scale,
double chi,
double convchi,
Vector2D grad,
double gradchi)
Writes the image block to the db.
|
delete, distinct, distinct, exit, getAccess, getDefaultArchive, getDefaultFormat, getTable, init, insert, isEntry, release, release, replace, retrieve, retrieve, retrieve, single, singleclone, createFrom, createFrom, createFrom, createInstance, getApplet, getAsResources, getLocate, getPropertiesToKey, getPropertiesToKey, getResource, getResourceAsStream, getResourceFromKey, getResources, hasLocalURLs, initProperties, keyCreate, keyCreate, reload, setAppletaugment, augment, augment, augment, augment, defaultBoolean, defaultChar, defaultDouble, defaultFloat, defaultInt, defaultLong, defaultObject, defaultObject, defaultProperties, defaultProperty, getAsBoolean, getAsChar, getAsDouble, getAsEnums, getAsFloat, getAsInt, getAsList, getAsLong, getAsMap, getAsMap, getAsObject, getAsObject, getProperties, getProperty, has, isNew, parseObject, parseObject, reload, removeProperty, requires, rescanned, setObject, setProperties, setProperty, stringProperties, toStringequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitdefaultBoolean, defaultChar, defaultDouble, defaultFloat, defaultInt, defaultLong, defaultObject, defaultObject, defaultProperties, defaultProperty, getAsBoolean, getAsChar, getAsDouble, getAsFloat, getAsInt, getAsList, getAsLong, getAsMap, getAsObject, getAsObject, getProperties, getProperty, has, parseObject, removeProperty, setObject, setProperty, stringPropertiespublic static final String KEY_UNIQUEFIELD
public static final String KEY_BLOCKIDFIELD
public static final String KEY_SCALEFIELD
public static final String KEY_CHISCALEFIELD
public static final String KEY_GRADLENFIELD
public static final String KEY_GRADPHIFIELD
public static final String KEY_CHIGRADFIELD
public static final String KEY_CHICONVOLVEFIELD
private static final String DEFTABLE
private static final String DEFUNIQUEFIELD
private static final String DEFBLOCKIDFIELD
private static final String DEFSCALEFIELD
private static final String DEFCHISCALEFIELD
private static final String DEFGRADLENFIELD
private static final String DEFGRADPHIFIELD
private static final String DEFCHIGRADFIELD
private static final String DEFCHICONVOLVEFIELD