10 More Discussions You Might Find Interesting
1. Solaris
Hello,
CDE workspace.
How to get rid of annoying popping up file manager window which appears every time after logging in.
For example.any suggestions, I would be appreciate. (3 Replies)
Discussion started by: wolfgang
3 Replies
2. Shell Programming and Scripting
Hello,
I need some help to reformat this table-by-row to matrix?
infile:
site1 A:o,p,q,r,s,t
site1 C:y,u
site1 T:v,w
site1 -:x,z
site2 A:p,r,t,v,w,z
site2 C:u,y
site2 G:q,s
site2 -:o,x
site3 A:o,q,s,t,u,z
site3 C:y
site3 T:v,w,x
site3 -:p,routfile:
SITE o p q r s t v u w x y... (7 Replies)
Discussion started by: yifangt
7 Replies
3. UNIX and Linux Applications
hi,
i need to copy one table with data into another table,
right now am using
create table table1 as select * from table2
i want the constraints of table1 to be copied to table2 also , can anyone give me some solution to copy the constraints also, now am using oracle 10.2.0.3.0... (1 Reply)
Discussion started by: senkerth
1 Replies
4. UNIX and Linux Applications
I have an application that collect data from 10 server every minutes and stored to mysql db,. there are about 10K record from each server on every minutes. that data will need to stored in 1 month.
Which ones is better, create single table for all servers and put field to identified data... (3 Replies)
Discussion started by: before4
3 Replies
5. Shell Programming and Scripting
I am new to this shell scripting....
I have a file which contains list of users. This files get updated when new user comes into the system.
I want to create script which will give a table containing unique list of users. When I say unique, it means script should match table while parsing... (3 Replies)
Discussion started by: dchavan1901
3 Replies
6. UNIX for Dummies Questions & Answers
Hello,
I'm working with putty on Windows 7 professional and I'd like to know if there's a way to gather specific lines from a pre-existing table and make a new table with that information.
More specifically, I'd like the program to look at a specific column, say column N, and see if any of the... (5 Replies)
Discussion started by: Deedee393
5 Replies
7. UNIX and Linux Applications
hi there, I am trying to create a stored procedure that i can pass the table name to and it will create a table with that name. but for some reason it creates with what i have defined as the variable name . In the case of the example below it creates a table called 'tname'
for example
... (6 Replies)
Discussion started by: rethink
6 Replies
8. Shell Programming and Scripting
Hi
I am having three oracle databases running in three different machine. their ip address is different. from one of the DB am able to access both the databases.(means am able to select values and insert values in to tables individually.)
I need to fetch some data from DB1 table(say DB1 ip is... (2 Replies)
Discussion started by: aemunathan
2 Replies
9. Shell Programming and Scripting
I have requirement:
1) Check the record count in table (table in oracle)
2) If records exists generate the file for existing records and wait for some time then Go to sleep mode and
Again check the record count after 10 min.......... (Loop this process if record count >0).
3) Generate touch... (1 Reply)
Discussion started by: kamineni
1 Replies
10. Shell Programming and Scripting
I have requirement:
1) Check the record count in table (table in oracle)
2) If records exists generate the file for existing records and wait for some time (Go to sleep mode) and
Again check the record count after 10 min.......... (Loop this process if record count >0).
3) Generate touch... (1 Reply)
Discussion started by: kamineni
1 Replies
Gtk2::Table(3) User Contributed Perl Documentation Gtk2::Table(3)
NAME
Gtk2::Table
HIERARCHY
Glib::Object
+----Glib::InitiallyUnowned
+----Gtk2::Object
+----Gtk2::Widget
+----Gtk2::Container
+----Gtk2::Table
INTERFACES
Glib::Object::_Unregistered::AtkImplementorIface
Gtk2::Buildable
METHODS
widget = Gtk2::Table->new ($rows, $columns, $homogeneous=FALSE)
o $rows (integer)
o $columns (integer)
o $homogeneous (boolean)
$table->attach ($child, $left_attach, $right_attach, $top_attach, $bottom_attach, $xoptions, $yoptions, $xpadding, $ypadding)
o $child (Gtk2::Widget)
o $left_attach (integer)
o $right_attach (integer)
o $top_attach (integer)
o $bottom_attach (integer)
o $xoptions (Gtk2::AttachOptions)
o $yoptions (Gtk2::AttachOptions)
o $xpadding (integer)
o $ypadding (integer)
$table->attach_defaults ($widget, $left_attach, $right_attach, $top_attach, $bottom_attach)
o $widget (Gtk2::Widget)
o $left_attach (integer)
o $right_attach (integer)
o $top_attach (integer)
o $bottom_attach (integer)
integer = $table->get_col_spacing ($column)
o $column (integer)
$table->set_col_spacing ($column, $spacing)
o $column (integer)
o $spacing (integer)
$table->set_col_spacings ($spacing)
o $spacing (integer)
integer = $table->get_default_col_spacing
integer = $table->get_default_row_spacing
boolean = $table->get_homogeneous
$table->set_homogeneous ($homogeneous)
o $homogeneous (boolean)
$table->resize ($rows, $columns)
o $rows (integer)
o $columns (integer)
integer = $table->get_row_spacing ($row)
o $row (integer)
$table->set_row_spacing ($row, $spacing)
o $row (integer)
o $spacing (integer)
$table->set_row_spacings ($spacing)
o $spacing (integer)
PROPERTIES
'column-spacing' (Glib::UInt : readable / writable / private)
The amount of space between two consecutive columns
'homogeneous' (boolean : readable / writable / private)
If TRUE, the table cells are all the same width/height
'n-columns' (Glib::UInt : readable / writable / private)
The number of columns in the table
'n-rows' (Glib::UInt : readable / writable / private)
The number of rows in the table
'row-spacing' (Glib::UInt : readable / writable / private)
The amount of space between two consecutive rows
ENUMS AND FLAGS
flags Gtk2::AttachOptions
o 'expand' / 'GTK_EXPAND'
o 'shrink' / 'GTK_SHRINK'
o 'fill' / 'GTK_FILL'
SEE ALSO
Gtk2, Glib::Object, Glib::InitiallyUnowned, Gtk2::Object, Gtk2::Widget, Gtk2::Container
COPYRIGHT
Copyright (C) 2003-2008 by the gtk2-perl team.
This software is licensed under the LGPL. See Gtk2 for a full notice.
perl v5.12.1 2010-07-05 Gtk2::Table(3)