pastebin
| #1 paste tool since 2002
create new paste
tools
api
archive
real-time
faq
pastebin
Follow @pastebin
create new paste
trending pastes
sign up
login
my settings
my profile
My Pastes
Public Pastes
Untitled
Python | 8 sec ago
Untitled
3 sec ago
Untitled
3 sec ago
Untitled
Java | 4 sec ago
Untitled
8 sec ago
Untitled
9 sec ago
Untitled
11 sec ago
Untitled
11 sec ago
Layout Width
Share Pastebin
Untitled
By: a guest | Mar 17th, 2010 | Syntax:
Java
| Size: 0.16 KB | Hits: 36 | Expires: Never
Download
|
Raw
|
Embed
|
Report abuse
//---opens the database---
public
static
DBAdapter open
(
)
throws
SQLException
{
db
=
DBHelper.
getWritableDatabase
(
)
;
return
this
;
}
create new paste
|
create new version of this paste
RAW Paste Data
//---opens the database--- public static DBAdapter open() throws SQLException { db = DBHelper.getWritableDatabase(); return this; }